LocalEvent

From NexusWiki
Jump to: navigation, search

LocalEvent(event);

It gives an ’event’ event within a ruleset that does not have figurative variables. A mission, a unit command, an episode, a state-machine, and all the subroutines are considered as rulesets.

LocalEvent(event, var_set);

It gives an ’event’ event within a ruleset. Var_set are the event’s variables, they can be separated by semicolons.