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.
|
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
|
|
}
|
|
}
|