Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_exGeno_Step_0

(view raw script w/o annotations or w/e)
1
if (image_index == 7)
2
{
3
    image_speed = 0
4
    image_index = 8
5
}
6
if (image_index == 13)
7
{
8
    image_speed = 0
9
    image_index = 14
10
}
11
if (obj_rndenc.draw == true)
12
{
13
    image_index = 9
14
    image_speed = 0.5
15
}
16
if (obj_rndenc.draw == false)
17
    instance_destroy()