From the event commands.txt:
But how is the chance determined exactly? Does a percentage chance of 10, for example, mean that the trigger has a chance of 10 percent to become valid after every day, or a 10 percent chance to become valid after every week, month, year, or hour? In other words: To which time period refers the random trigger?
Code:
TRIGGERS:
random = x ( % ) # not to be confused with the above random = yes/no this sets a percentage chance for the event to trigger
But how is the chance determined exactly? Does a percentage chance of 10, for example, mean that the trigger has a chance of 10 percent to become valid after every day, or a 10 percent chance to become valid after every week, month, year, or hour? In other words: To which time period refers the random trigger?