Undertale script viewer

← back to main script listing

gml_Object_obj_starker_Step_2

(view raw script w/o annotations or w/e)
1
if (instance_exists(subject))
2
{
3
    x = subject.x;
4
    y = subject.y;
5
    image_xscale = 1;
6
    depth = subject.depth + 100;
7
}