Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_ceroba_staff_1_Alarm_0

(view raw script w/o annotations or w/e)
1
if (live_call())
2
    return global.live_result;
3
if (image_alpha < 1)
4
{
5
    image_alpha += 0.2;
6
    alarm[0] = 3;
gml_Object_obj_battle_enemy_attack_ceroba_staff_1_Alarm_0.gml

if (live_call()) return global.live_result; if (image_alpha < 1) { image_alpha += 0.2; alarm[0] = 3; } else { alarm[1] = 5; }
7
}
8
else
9
{
10
    alarm[1] = 5;
gml_Object_obj_battle_enemy_attack_ceroba_staff_1_Alarm_1.gml

if (live_call()) return global.live_result; is_active = true;
11
}