openwf/Scripts/samples/Complete Wave or Mission.pluto

6 lines
225 B
Plaintext
Raw Normal View History

2025-10-06 18:27:00 +08:00
-- 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