aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/_custom_oob_timer.gnut
blob: 9689302c12575183e4e52f67405f5ca49fcba0ce (plain)
1
2
3
4
5
6
7
global function CustomOOBTimer_Init

void function CustomOOBTimer_Init()
{
	AddPrivateMatchModeSettingEnum( "#MODE_SETTING_CATEGORY_MATCH", "oob_timer_enabled", [ "Disabled", "Enabled" ], "1" )
	level.disableOutOfBounds <- GetCurrentPlaylistVarInt( "oob_timer_enabled", 1 ) == 0
}