modding:function:msnsetunavailable
Discuss this page on this page's Talk Page
msnSetUnavailable
| Syntax | (msnSetUnavailable missionObj) |
|---|---|
| Arguments | missionObj: The mission object to make unavailable. |
| Returns | |
| Category | mission functions |
| Description | Starts the mission without the player, running the <OnCreate> event on the mission object |
Example
(msnSetUnavailable gSource)
Sets the mission object to unavailable and calls its <OnCreate> event. This can only be called if a mission is open, and prevents the player from accepting it.
See Also
modding/function/msnsetunavailable.txt · Last modified: by xephyr
