Games > The Simpsons Hit & Run > Console File Commands > MFK Commands > Stages > RESET_TO_HERE

RESET_TO_HERE

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.

Donut Team © 2023 · v4.0