Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_logo2_Step_0

(view raw script w/o annotations or w/e)
1
if (image_index == 28)
2
{
3
    image_speed = 0
4
    image_index = 29
5
    alarm[1] = 120
alarm[1]

destroy = true
6
}
7
if (destroy == true)
8
{
9
    if (image_alpha > 0)
10
        image_alpha -= 0.1
11
    else
12
        instance_destroy()
13
}