openwf/Scripts/samples/Complete Wave or Mission.pluto
2025-10-06 18:27:00 +08:00

6 lines
225 B
Plaintext

-- Modifications to sample scripts will be lost the next time you start the game.
if gGameRules instanceof LotusGameRules then
gGameRules:OpenMissionContinueDialog(nil)
else
print("Not available in the current mission")
end