1 | function scr_end_enemy_attacking_ceroba |
2 | { |
3 | if live_call() |
4 | return global.live_result; |
5 | if (global.attack_cycle == 9) |
6 | { |
7 | global.attack_cycle = 10 |
8 | instance_create(0, 0, obj_battle_ceroba_phase_1_transformation) |
9 | return true; |
10 | } |
11 | else |
12 | return false; |
13 | } |