1 | with (obj_feisty_four_moray_head) |
2 | instance_destroy() |
3 | with (obj_feisty_four_moray_hand_left) |
4 | instance_destroy() |
5 | with (obj_feisty_four_moray_hand_right) |
6 | instance_destroy() |
7 | with (obj_enemy_controller_feisty_four) |
8 | { |
9 | if (global.attack_cycle == 2) |
10 | case_exec = "T2 Appear Ace" |
11 | else if (global.attack_cycle == 6) |
12 | case_exec = "T6 Appear Ace" |
13 | else if (global.attack_cycle == 9) |
14 | case_exec = "T9 Appear Ace" |
15 | event_user(0) |
16 | } |