Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_soundtrack_hotland_Step_0

(view raw script w/o annotations or w/e)
1
event_inherited()
2
var snow_geno = false
3
if (global.kill_number[2] <= 0)
4
    snow_geno = true
5
if (!instance_exists(obj_dialogue))
6
{
7
    waiter = 0
8
    talk = 0
9
}
10
var animate = obj_rodney_hotland.animate
11
if (animate == 0)
12
{
13
    image_speed = 0
14
    image_index = 0
15
}
16
else
17
    image_speed = 0.2