I have an idea of how to make random events but i'm not sure if it would work.
if i had the variables
Timer2 = a repeating timer of 5 seconds
and
Random1 = an integer value
and had the 2 triggers
if i had the variables
Timer2 = a repeating timer of 5 seconds
and
Random1 = an integer value
and had the 2 triggers
-
Event: A timer (Timer2) expires
-
Action: Set variable (Random1) <gen> to (Random1) +1.
-
Event: (Random1) is equal to (Random integer between 1 and 5000)
-
Action: <add random event here>