Undertale script viewer
← back to main script listing
gml_Object_obj_creeptree1_Step_2
(
view raw script w/o annotations or w/e
)
1
if (instance_exists(obj_mainchara))
2
{
3
xdiff = xcurrent - obj_mainchara.x;
4
x += (xdiff * 1.25);
5
}