Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_phase_1_bells_Alarm_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
alarm[0] = 75;
gml_Object_obj_battle_enemy_attack_ceroba_phase_1_bells_Alarm_0.gml

if (live_call()) return global.live_result; alarm[0] = 75; var battle_box = 3154; var xx = choose(battle_box.bbox_left - 50, battle_box.bbox_right + 50); instance_create_depth(xx, battle_box.bbox_top, -100, obj_battle_enemy_attack_ceroba_bell); bell_count--; if (bell_count < 0) instance_destroy();
4
var battle_box = 3154;
5
var xx = choose(battle_box.bbox_left - 50, battle_box.bbox_right + 50);
6
instance_create_depth(xx, battle_box.bbox_top, -100, obj_battle_enemy_attack_ceroba_bell);
7
bell_count--;
8
if (bell_count < 0)
9
    instance_destroy();