Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_snowdin_19_woodbars_Step_0

(view raw script w/o annotations or w/e)
1
if (slide == true)
2
{
3
    if (x > 30)
4
        x -= 0.6
5
    else
6
        instance_destroy()
7
}