Discuss this page on this pages [[msnAddTimerEvent Talk Page|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. [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[modding:functions:]] list