modding:function:msndecline
This is an old revision of the document!
Discuss this page on this pages TalkPage
msnDecline
| Syntax | (msnDecline missionObj) |
|---|---|
| Arguments | missionObj: the mission object to decline |
| Returns | |
| Category | missions |
| 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.1484894470.txt.gz · Last modified: by xephyr
