6 lines
225 B
Plaintext
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
|