StartCountdown
From NexusWiki
Revision as of 01:54, 8 August 2009 by 217.82.198.156 (Talk)
StartCountdown(from, endevent);
A timer appears on the tactical screen that counts back from ’from’ seconds, and it gives the ’endevent’ at 0, if it is not 0.
Be careful, because unlike LocalEvent() the endevent will be called in all active rulesets (machines) so you might end up calling events you didn't intend to.