Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_phase_switcher_Step_0

(view raw script w/o annotations or w/e)
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();