Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_battle_enemy_attack_goosic_disk_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] = 2;
gml_Object_obj_battle_enemy_attack_goosic_disk_Alarm_0.gml

if (live_call()) return global.live_result; if (image_alpha < 1) { image_alpha += 0.2; alarm[0] = 2; } else { scene = 1; }
7
}
8
else
9
{
10
    scene = 1;
11
}