User Tools

Site Tools


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: 2017/01/20 06:41 by xephyr