Undertale script viewer

← back to main script listing

gml_Object_obj_underground_exit_Collision_1576

(view raw script w/o annotations or w/e)
1
if (con == 0)
2
{
3
    other.x = other.xprevious;
4
    other.y = other.yprevious;
5
    con = 1;
6
}