Fix Manhattan Tutorial Lua Mission
This commit is contained in:
@@ -7,16 +7,15 @@
|
||||
-- Tutorial Mission ===
|
||||
rem.mission.create("tutorial") -- Set mission name
|
||||
rem.mission.missiontype("flyto") -- Set mission type to PVE
|
||||
rem.mission.flyto_targetbase("Li01_10_Base") -- Target base (mission completes when docking here and confirming popup)
|
||||
rem.mission.trigger("InitState") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
|
||||
rem.mission.startbase("Li01_01_Base") -- Set mission startbase
|
||||
rem.mission.thnconfig("manhattan_gen", "arc_tutorial") -- Set THN location and name
|
||||
rem.mission.thntime(31) -- Set THN duration to x seconds
|
||||
rem.mission.thntime(32) -- Set THN duration to x seconds
|
||||
rem.mission.showpopup(465001, 465002) -- Set infocard IDs for caption and content
|
||||
rem.mission.missionmessage("popup", 465003) -- Show Mission Message after Popup
|
||||
rem.mission.missionmessage("launch", 465004) -- Show Mission Message after launch
|
||||
rem.mission.thnsave() -- Save the thn config
|
||||
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
|
||||
rem.mission.startbase("li01_10_Base") -- Set mission startbase
|
||||
rem.mission.trigger("SpaceEnter") -- Trigger: Activates when docking at target base
|
||||
rem.mission.thnsave() -- Save the thn config
|
||||
rem.mission.save() -- Finalize and save mission to the list
|
||||
|
||||
@@ -130,7 +129,7 @@ rem.mission.save()
|
||||
|
||||
-- Create and configure the first mission
|
||||
rem.mission.create("rebus1") -- Set mission name
|
||||
rem.mission.missiontype("pve") -- Set mission type to PVE
|
||||
rem.mission.missiontype("flyto") -- Set mission type to PVE
|
||||
rem.mission.trigger("InitState") -- Trigger to setup thnconfig
|
||||
rem.mission.startbase("Li01_12_base") -- Set mission startbase
|
||||
rem.mission.thnconfig("buffalo_gen", "arc_rebus1") -- Set THN location and name
|
||||
|
||||
Reference in New Issue
Block a user