Discuss this page on this pages TalkPage
| 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. |
(block (theMission) (setq theMission (msnCreate &msMissionExample; Nil)) (msnDecline theMission) )
Declines the mission type “&msMissionExample;”.
Return to Mission functions list
Return to functions list