Discuss this page on this page's [[msnSetUnavailable Talk Page|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 event on the mission object | === Example === (msnSetUnavailable gSource) Sets the mission object to unavailable and calls its event. This can only be called if a mission is open, and prevents the player from accepting it. ==== See Also ==== [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[modding:functions:]] list