Discuss this page on this pages [[msnFailure_talk_page|TalkPage]] === msnFailure === ^ Syntax |(msnFailure missionObj [data]) | ^ Arguments | missionObj: the mission object | ^ | data: arbitrary data to pass on to the mission, which is passed on as gData in the event. | ^ Returns | | ^ Category | [[missions]]| ^ Description | Fails the mission and calls the and events on the mission object. | === Example === (msnFailure gSource) Calls the and event on the mission object, with “failure” as the reason. [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[:Functions]] list