Discuss this page on this pages [[msnCreate_talk_page|TalkPage]] === msnCreate=== ^ Syntax |(msnCreate unid owner [data]) | ^ Arguments | unid: the unid of the mission object | ^ | owner: the space object the mission is stored on (can be nil) | ^ | data: data to pass on to the mission | ^ Returns | The mission object if successful, Nil otherwise | ^ Category | [[missions]]| ^ Description | Creates a mission object and calls its event. Mission objects must be created in order to be assigned. | === Example === (msnCreate &msMissionType; nil) Creates the mission with the unid &msMissionType;. [[modding:xml:missiontype|Mission Types]] Return to [[modding:function:Mission_functions|Mission functions]] list Return to [[modding:functions:]] list