Undertale script viewer

← back to main script listing

gml_Object_obj_switchhelptrigger_Collision_1576

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