Discuss this page on this pages [[msnCancelTimerEvent_talk_page|TalkPage]] === msnCancelTimerEvent === ^ Syntax | (msnCancelTimerEvent missionObj event) | ^ Arguments | missionObj: The mission object the timer event is on | ^ | event: the timer event to cancel | ^ Returns | True if successful, Nil otherwise | ^ Category | [[missions]]| ^ Description | Cancels a timer event on a mission object. | === Example === (msnCancelTimerEvent theMission "Success") Cancels the timer event "Success" on the mission object. [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[:Functions]] list