Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_phase_2_special_attack_spawner_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
battle_box = 3154;
4
obj_ceroba_body_pacifist_phase_2.sprite_index = spr_ceroba_p2_special_attack_1;
5
obj_ceroba_body_pacifist_phase_2.image_index = 0;
6
obj_ceroba_body_pacifist_phase_2.image_speed = 1;
7
bullet_attack_count = 6;
8
if (!instance_exists(obj_ceroba_transform_particles))
9
    instance_create_depth(0, 0, -100, obj_ceroba_transform_particles);
10
scr_enable_battle_box_surface
scr_enable_battle_box_surface

function scr_enable_battle_box_surface() { if (!instance_exists(obj_surface_drawer)) instance_create_depth(0, 0, -999, obj_surface_drawer); }
();