Modding Tools > Lucas' Simpsons Hit & Run Mod Launcher > Hacks > Mod Requirable Hacks > Additional Script Functionality > MFK Commands > Stages > Checkpoints > CHECKPOINT_HERE

CHECKPOINT_HERE

This command adds a checkpoint to a stage.

Context

This command should be called between calls to AddStage and CloseStage.

Syntax

CHECKPOINT_HERE();

Game.CHECKPOINT_HERE()

Examples

AddStage();
	CHECKPOINT_HERE();

	AddObjective("dummy");
	CloseObjective();
CloseStage();

Game.AddStage()
	Game.CHECKPOINT_HERE()

	Game.AddObjective("dummy")
	Game.CloseObjective()
Game.CloseStage()

Notes

Version History

1.25

Added this command.

Donut Team © 2023 · v4.0