Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_noteblock_hotland_Step_0

(view raw script w/o annotations or w/e)
1
event_inherited();
2
animate = obj_rodney_hotland.animate;
3
if (animate == 0)
4
{
5
    image_speed = 0;
6
    image_index = 0;
7
}
8
else
9
{
10
    image_speed = 0.2;
11
}