From be88083b283cf899d0307568b158908e08b55705 Mon Sep 17 00:00:00 2001 From: Nekura <78934567+Nekura@users.noreply.github.com> Date: Thu, 12 Jun 2025 22:20:27 +0200 Subject: [PATCH] Removed optional notice --- EXE/REM/Lua/ExampleLuaMissions.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/EXE/REM/Lua/ExampleLuaMissions.lua b/EXE/REM/Lua/ExampleLuaMissions.lua index 530f3db5..1a1b4f75 100644 --- a/EXE/REM/Lua/ExampleLuaMissions.lua +++ b/EXE/REM/Lua/ExampleLuaMissions.lua @@ -5,7 +5,7 @@ -- Triggers change the config.lua -- === PVE Mission === -rem.mission.create("XenoHunt") -- Set mission name +rem.mission.create("XenoHunt") -- Set mission name rem.mission.missiontype("pve") -- Set mission type (pve, trade, flyto) rem.mission.pve_enemyfaction("fc_n_grp") -- Enemy faction rem.mission.pve_enemycount(2) -- Enemies per wave (max 20, scaled by group size) @@ -51,7 +51,6 @@ rem.mission.showpopup(458763, 458764) -- Infocard IDs for capti rem.mission.missionmessage("popup", 458772) -- Message shown after popup rem.mission.missionmessage("launch", 458773) -- Message shown after launch 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