tailalpha += 0.1; tailwagtimer--; if (tailwagtimer > 0 && tailwagtimer < 24) siner2++; if (tailwagtimer == 0) { siner2 = 0; tailwagtimer = 60 + irandom(120); if (global.mercymod[myself] >= global.mercymax[myself]) tailwagtimer = 40; } if (state == 3 && hurttimer >= 0) { siner++; if (global.mercymod[myself] >= global.mercymax[myself]) draw_monster_body_part(spr_tree_fox_eye_tail, siner2 / 3, x + 40 + shakex + hurtspriteoffx, y + 20 + hurtspriteoffy); else draw_monster_body_part_netskietail(7455, siner2 / 3, x + 40 + shakex + hurtspriteoffx, y + 20 + hurtspriteoffy, tailalpha); draw_sprite_ext(hurtsprite, 0, x + shakex + hurtspriteoffx, y + hurtspriteoffy, 2, 2, 0, image_blend, 1); } if (state == 1 && draw_type == 0) { if (global.mercymod[myself] >= global.mercymax[myself]) draw_monster_body_part(spr_tree_fox_eye_tail, siner2 / 3, x + 40, y + 20); else draw_monster_body_part_netskietail(7455, siner2 / 3, x + 40, y + 20, tailalpha); fsiner++; siner++; draw_monster_body_part(spr_tree_fox_laugh, siner / 2, x, y); } if (state == 0 && draw_type == 0) { if (global.mercymod[myself] >= global.mercymax[myself]) draw_monster_body_part(spr_tree_fox_eye_tail, siner2 / 3, x + 40, y + 20); else draw_monster_body_part_netskietail(7455, siner2 / 3, x + 40, y + 20, tailalpha); fsiner++; siner++; if (global.mercymod[myself] >= global.mercymax[myself]) draw_monster_body_part(spr_tree_fox_laugh, siner / 4, x, y); else draw_monster_body_part(idlesprite, siner / 2, x, y); } else if (draw_type == 1) { if (flash == 1) fsiner++; siner += 0.16666666666666666; draw_monster_body_part(spr_enemy_floradin_body_netskie, siner, x, y + 24); draw_monster_body_part(spr_enemy_floradin_spikes, siner, x, y + 24); draw_monster_body_part(spr_enemy_floradin_head, siner, x, y + 24); } else if (draw_type == 2) { if (flash == 1) fsiner++; siner += 0.16666666666666666; draw_monster_body_part(spr_shadowman_idle_b, siner, x, y); } else if (draw_type == 3) { if (flash == 1) fsiner++; siner += 0.16666666666666666; draw_monster_body_part(spr_rabbick_enemy_fox, siner, x, y); } else if (draw_type == 4) { if (flash == 1) fsiner++; siner += 0.16666666666666666; draw_monster_body_part(spr_enemy_aqua_idle_fox, siner, x + 10, y + 10); } else if (draw_type == 4.5) { if (flash == 1) fsiner++; siner += 0.16666666666666666; if (aquacon >= 12.5) draw_monster_body_part(spr_enemy_aqua_spin, siner * 2, x + 10 + 18, y + 10 + 70 + yy1); else draw_monster_body_part(spr_enemy_aqua_idle_foxleftorigin, siner, x + 10 + 18, y + 10 + 70); } if (draw_type == 5) { if (flash == 1) fsiner++; siner += 0.16666666666666666; draw_monster_body_part(spr_enemy_aqua_spin, siner, x + 10, y + 10); } if (becomeflash == 0) flash = 0; becomeflash = 0;