Discuss this page on this pages TalkPage
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. |
(msnCancelTimerEvent theMission "Success")
Cancels the timer event “Success” on the mission object.
Return to Mission functions list
Return to Functions list