1 | if (block_successful == true) |
2 | { |
3 | instance_destroy(obj_attack_cycler_axis) |
4 | global.attack_cycle += 1 |
5 | global.special_action_count += 1 |
6 | instance_destroy() |
7 | } |
8 | else |
9 | { |
10 | attack_can_end = false |
11 | attack_started = false |
12 | } |