modding:function:msnaccept
Discuss this page on this pages TalkPage
msnAccept
| Syntax | (msnAccept missionObj) |
|---|---|
| Arguments | missionObj: the mission object to accept |
| Returns | |
| Category | mission_functions |
| Description | Accepts a mission, and calls the <OnAccepted> event on the mission type. |
Example
(block (theMission) (setq theMission (msnCreate &msMissionExample; Nil)) (msnAccept theMission)
Accepts the mission type “&msMissionExample;”.
Return to Mission functions list
Return to functions list
modding/function/msnaccept.txt · Last modified: by xephyr
