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.
Return to Mission functions list
Return to functions list
modding/function/msnaddrecurringtimerevent.txt · Last modified: by xephyr
