LocalEvent
From NexusWiki
Revision as of 02:17, 19 June 2009 by LordValarian (Talk | contribs)
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.