Difference between revisions of "StartTimer"

From NexusWiki
Jump to: navigation, search
(Created page with ''''StartTimer'''(event, time, var_set); It is the same as MEvent, but the event happens with a delay. ’time’ is given in seconds, and naturally it works only on the tactical...')
 
(No difference)

Latest revision as of 03:21, 19 June 2009

StartTimer(event, time, var_set);

It is the same as MEvent, but the event happens with a delay. ’time’ is given in seconds, and naturally it works only on the tactical screen. The variables of the event are set at the moment the command is issued, not when the timer lapses!