
A trigger entity in Momentum Mod that ends the map or bonus upon entering it.
Looking for more general info on Zones?
Check the Zone Types page.
Keyvalues #
Track Number (track_number<integer>)
The track that this zone belongs to:
- -1: All Tracks
 - 0: Main Map
 - 1+: Bonus Tracks
 
Zone Number (zone_number<integer>)
The zone number of the trigger:
- Zone number 0 is reserved for invalid and stop triggers.
 - Zone number 1 is reserved for start triggers.
 - Zone numbers 2 and up are for stage / checkpoint triggers.
 
Cancel Timer (cancel<choices>)
- 0: False
 - 1: True
 
If true, the timer will be canceled upon the player’s entry, preventing the run from being submitted. Default is false.