Discuss this page on this pages TalkPage

msnAddTimerEvent

Syntax (msnAddTimerEvent missionObj delay event)
Arguments missionObj: The mission object to add the event to
delay: the delay, in ticks, before the event fires
event: the event to fire
Returns
Category mission_functions
Description Fires the named event on the mission object after a delay.

Example

(msnAddTimerEvent theMission 100 "Success")

Runs the event “Success” after 100 ticks.

Mission Types

Return to Mission functions list

Return to functions list