Cniht said:Ok I just need a little clarification on the usage of the Random command for events.
Going off the event manual (sticky thread above), I cannot use
Random = YES
and
trigger = { random = 10 }
at the same time.
You can use them at the same time. It would mean if the random event engine called that event it would have a 10% chance to fire (assuming any other triggers are met). It's handy for very good or very bad random events.