Discuss this page on this pages [[msnDestroy Talk Page|TalkPage]] === msnDestroy === ^ Syntax | (msnDestroy missionObj) | ^ Arguments | missionObj: the mission object to destroy | ^ Returns | True if successful, Nil otherwise | ^ Category | [[mission_functions]]| ^ Description | Destroys the mission object and calls the mission object's event.| === Example === (block (theMission) (setq theMission (msnCreate &msMissionExample; Nil)) (msnDestroy theMission) ) Destroys the mission type "&msMissionExample;". [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[modding:functions:]] list