Undertale script viewer

← back to main script listing

gml_Object_obj_torieltrigger12_Collision_1576

(view raw script w/o annotations or w/e)
1
if (global.flag[45 status_toriel] < 4)
2
{
3
    other.x = other.xprevious;
4
    other.y = other.yprevious;
5
    global.interact = 1;
6
    conversation = 1;
7
}