

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!
if(randomint(100) < 10 && get_num_crusaders() < 6)
{
user iprintln("num crusaders: " + get_num_crusaders());
zombie = spawn_zombie(self.nearbyCrusaderSpawners[randomint(self.nearbyCrusaderSpawners.size)]);
zombie.team = "axis";
zombie.isCrusader = true;
zombie makeCrusader();
zombie cherry_play_death_fx();
}makeCrusader()
{
self setModel("bo2_c_zom_tomb_crusader_body_zc");
self detach(self.headModel, "", true);
self attach("bo2_c_zom_tomb_crusader_headz", "", true);
self.goalradius = 1;
self.script_noteworthy = "find_flesh";
self thread maps\_zombiemode_spawner::find_flesh();
}