1 | if (obj_ceroba_body.sprite_index == spr_ceroba_phase_switch) |
2 | exit; |
3 | global.enemy_attack = "Ceroba Split Attack"; |
4 | global.soul_mode = "Red"; |
5 | global.image_alpha_enemy_attacking_immunity = false; |
6 | instance_create(0, 0, obj_battle_enemy_attack_ceroba_red_box); |
7 | instance_destroy(); |