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