Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_flower_circle_checker_pacifist_Create_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
counter_current = 0;
4
counter_max = 4;
5
if (global.battle_phase == 2)
6
    counter_max = 9;
7
counter_circle_number = 0;
8
alarm[0] = 1;
gml_Object_obj_battle_enemy_attack_ceroba_flower_circle_checker_pacifist_Alarm_0.gml

if (live_call()) return global.live_result; counter_current += 1; instance_create_depth(0, 0, -100, obj_battle_enemy_attack_ceroba_flower_circle_spawner_pacifist);