User Tools

Site Tools


modding:function:msnaddtimerevent

This is an old revision of the document!


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 missions
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

modding/function/msnaddtimerevent.1485137335.txt.gz · Last modified: 2017/01/23 02:08 by xephyr