







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!zombie_school_ignore_spawner( spawner )
{
// no power, no quads
if ( !flag("power_on") )
{
if ( spawner.script_noteworthy == "quad_zombie_spawner" )
{
return true;
}
}
if ( spawner.script_noteworthy == "quad_zombie_spawner" )
{
return true;
}
return false;
}