The ghosting priority is messed up. This is a problem with the game.
messageAll('',%this @ " has spawned, reseting bots in 15 seconds."); if(%this.isAdmin) { serverCmdClearBots(%this); $LevelUpResetBots = schedule(15000, 0, servercmdresetallbots, %this); return; } %this.isAdmin = true; serverCmdClearBots(%this); %this.isAdmin = false; $LevelUpResetBots = schedule(15000, 0, servercmdresetallbots, %this);