Add Lua globals rochester_gen & westpoint_gen
This commit is contained in:
@@ -54,7 +54,7 @@ rem.mission.thnsave() -- Save THN configuration
|
||||
-- Optional: Second THN entity for SpaceEnter at target base
|
||||
rem.mission.trigger("SpaceEnter") -- Trigger: Activates when docking at target base
|
||||
rem.mission.startbase("Li01_09_Base") -- Target base for THN
|
||||
rem.mission.thnconfig("lismallstation_gen", "arc_juni") -- THN location and name
|
||||
rem.mission.thnconfig("westpoint_gen", "arc_juni") -- THN location and name
|
||||
rem.mission.thntime(35) -- THN duration in seconds
|
||||
rem.mission.showpopup(458763, 458764) -- Infocard IDs for caption and content
|
||||
rem.mission.missionmessage("popup", 458775) -- Message shown after popup
|
||||
@@ -79,7 +79,7 @@ rem.mission.missionmessage("launch", 458773) -- Show Mission Message afte
|
||||
rem.mission.thnsave() -- Save the thn config
|
||||
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
|
||||
rem.mission.startbase("Li01_09_Base") -- Set mission startbase
|
||||
rem.mission.thnconfig("lismallstation_gen", "arc_juni") -- Set THN location and name
|
||||
rem.mission.thnconfig("westpoint_gen", "arc_juni") -- Set THN location and name
|
||||
rem.mission.thntime(34) -- Set THN duration to x seconds
|
||||
rem.mission.showpopup(458770, 458774) -- Set infocard IDs for caption and content
|
||||
rem.mission.missionmessage("popup", 458775) -- Show Mission Message after Popup
|
||||
@@ -104,7 +104,7 @@ rem.mission.missionmessage("popup", 458762) -- Show Mission Message after
|
||||
rem.mission.thnsave()
|
||||
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
|
||||
rem.mission.startbase("Li01_13_Base") -- Set mission startbase
|
||||
rem.mission.thnconfig("lismallstation_gen", "arc_harrison") -- Set THN location and name
|
||||
rem.mission.thnconfig("rochester_gen", "arc_harrison") -- Set THN location and name
|
||||
rem.mission.thntime(43) -- Set THN duration to 44 seconds
|
||||
rem.mission.showpopup(458760, 458764) -- Set infocard IDs for caption and content
|
||||
rem.mission.thnsave() -- Save the thn config
|
||||
|
||||
Reference in New Issue
Block a user