Discuss this page on this pages 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.

Mission Types

Return to Mission functions list

Return to Functions list