You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AM2R-Multitroid-Unofficial-.../Export_CodeServer/gml_Object_oLockLobby_Mouse...

15 lines
278 B

global.lobbyLocked = (!global.lobbyLocked)
if global.lobbyLocked
{
if (global.doomtime >= 0)
{
global.gametime = ((global.doomtime * 60) * 60)
global.doomenabled = 1
}
else
{
global.doomenabled = 0
global.gametime = 0
}
}