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