Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_climb_mover_Step_2

(view raw script w/o annotations or w/e)
1
if (stick == true)
2
{
3
    with (obj_climb_kris)
4
    {
5
        if (onrotatingtower)
6
            setxy(other.xprediction + 20, other.yprediction + 20);
7
        else
8
            setxy(other.x + 20, other.y + 20);
9
        image_xscale = other.image_xscale;
10
        image_yscale = other.image_yscale;
11
    }
12
}
13
with (myclimb)
14
    setxy(other.x, other.y);