Posts
230
Respect
183Add +1
Forum Rank
Mr. Elemental
Primary Group
Member
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!script_noteworthy player_zonemaps\_zombiemode_auto_turret::init();maps\_zombiemode_ai_mech::init(); if( zombies[i].animname == "boss_zombie" )
{
continue;
} if( zombies[i].animname == "mech_zombie" )
{
continue;
} if( self.animname == "boss_zombie" )
{
return;
} if( self.animname == "mech_zombie" )
{
return;
}body
{ai_zombie_mech_idle
ai_zombie_mech_death
ai_zombie_mech_death_explode
ai_zombie_mech_walk_basic
ai_zombie_mech_walk_patrol
ai_zombie_mech_run
ai_zombie_mech_sprint
ai_zombie_mech_melee_a
ai_zombie_mech_melee_b
ai_zombie_mech_stunned
ai_zombie_mech_arrive
ai_zombie_mech_pain
ai_zombie_mech_head_pain
ai_zombie_mech_ft_fire_start
ai_zombie_mech_ft_fire_end
ai_zombie_mech_ft_burn_player
ai_zombie_mech_ft_sweep
ai_zombie_mech_grapple_intro_sprint_to_aim_5
ai_zombie_mech_grapple_aim_5
ai_zombie_mech_grapple_arm_closed_idle
ai_zombie_mech_ft_aim_1
ai_zombie_mech_ft_aim_2
ai_zombie_mech_sprint_booster_liftoff
ai_zombie_mech_sprint_booster_loop
ai_zombie_mech_sprint_booster_touchdowninclude,ai_zombie_mechhey bro, I did everything as in the instructions and there are no errors, but the boss does not appear. I played until the 20th wave but he didn't show up