Undertale script viewer

← back to main script listing

gml_Object_obj_monsterkidtrigger4_Collision_1576

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