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