Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_flower_circle_checker_pacifist_Step_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
if (counter_current > counter_max)
4
{
5
    if (!alarm[1])
6
        alarm[1] = 20;
gml_Object_obj_battle_enemy_attack_ceroba_flower_circle_checker_pacifist_Alarm_1.gml

if (live_call()) return global.live_result; instance_destroy();
7
    exit;
8
}
9
if (!alarm[0])
10
    alarm[0] = 70;
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);