| 1 | if (counter_current >= counter_max && !instance_exists(obj_battle_enemy_attack_martlet_feather_fall_feather) && !instance_exists(obj_battle_enemy_attack_martlet_genocide_feather_ext_checker)) |
| 2 | { |
| 3 | instance_destroy(); |
| 4 | exit; |
| 5 | } |