mom_restart_stage

mom_restart_stage

Restarts the player to the start of the current stage on the current track; the player is teleported to their stage start mark if they have one, otherwise they are teleported to the middle of the stage zone.

Optionally takes a stage number, or both stage and track numbers as parameters.

This command will only reset the timer if the desired stage and track is not the one the player is currently on. Also, it deliberately does nothing on linear tracks and in the tricksurf gamemode.

Usage Examples #

mom_restart_stage

Teleports the player to the start of the stage they are currently on, if they’re not already in the zone.

mom_restart_stage 4

Teleports the player to stage 4 of the current track, if they’re not already in the zone.

mom_restart_stage 1

Teleports the player to the start of current track, effectively the same functionality as mom_restart .

mom_restart_stage 5 3

Teleports the player to stage 5 on track 3, if they’re not already in the zone.

This command has an associated run safeguard: mom_run_safeguard_restart_stage

Parameters

Optional: Stage number, Track number
tag-outline Tags: timer teleport
folder-open-outline Categories: command