User Tools

Site Tools


modding:function:msnaddrecurringtimerevent

Discuss this page on this pages TalkPage

msnAddRecurringTimerEvent

Syntax (msnAddRecurringTimerEvent missionObj interval event)
Arguments missionObj: The mission object to add the event to
interval: the delay, in ticks, between firing the event
event: the event to fire
Returns
Category missions
Description Periodically fires the named event on the mission object.

Example

(msnAddRecurringTimerEvent theMission 100 "Success")

Runs the event “Success” every 100 ticks.

Mission Types

Return to Mission functions list

Return to functions list

modding/function/msnaddrecurringtimerevent.txt · Last modified: 2017/01/31 22:29 by xephyr