Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_intro_coffins_slide_2_Step_0

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