Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_intro_cave_slide_10_Step_0

(view raw script w/o annotations or w/e)
1
if (effects == true)
2
{
3
    if (y > cave_y_end)
4
    {
5
        y -= (y_increase * 2)
6
        if (y < cave_y_end)
7
            y = cave_y_end
8
    }
9
}