1 | if (live_call()) |
2 | return global.live_result; |
3 | if (!instance_exists(obj_ceroba_attack_fire_mask)) |
4 | { |
5 | if (!alarm[0]) |
6 | alarm[0] = 45; |
7 | } |
8 | if (instance_exists(obj_ceroba_phase_2_shield)) |
9 | { |
10 | var shield_perc = obj_ceroba_phase_2_shield.fill_percentage; |
11 | if (shield_perc >= 1) |
12 | { |
13 | instance_destroy(); |
14 | exit; |
15 | } |
16 | } |