This command tells the game to start at this stage when selecting the mission or restarting it.
Context
This command should be called between calls to AddStage and CloseStage.
Syntax
RESET_TO_HERE();
Game.RESET_TO_HERE()
Examples
AddStage();
RESET_TO_HERE();
AddObjective("dummy");
CloseObjective();
CloseStage();
Game.AddStage()
Game.RESET_TO_HERE()
Game.AddObjective("dummy")
Game.CloseObjective()
Game.CloseStage()
Notes
No additional notes.