Discuss this page on this pages [[msnFireEvent_talk_page|TalkPage]] === msnFireEvent === ^ Syntax |(msnFireEvent missionObj event [data]) | ^ Arguments | missionObj: the mission object | ^ | event: the event to fire. | ^ | data: arbitrary data to pass on to the event, which is passed on as gData in the event. | ^ Returns | result of event | ^ Category | [[mission_functions]]| ^ Description | Immediately fires the named event on the mission object. | === Example === (msnFireEvent theMission "Success") Fires the event named "Success" on the mission object. [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[modding:functions:]] list