

Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!Crashes for me aswell:Spoiler: click to open...[close]
I cant see spoiler things.. and test something out for me.. type map nazi_zombie_titan into consol, because right now it runs as a devmap when you press the button to start. maybe it wont get upset if its not devmap
zombies_should_go_to_mainframe()
{
level.numInBasement = 0;
players = get_players();
for(i=0;i<players.size;i++)
{
players[i].is_in_pap = false;
for(k=0;k<level.in_pap_room_trig.size;k++)
{
if(players[i] isTouching(level.in_pap_room_trig[k]))
players[i].is_in_pap = true;
}
if(players[i].is_in_pap == true)
level.numInBasement++;
}
if(self.numInBasement == players.size)
return true;
else
return false;
}