Undertale script viewer

← back to main script listing

gml_Object_obj_puzzlehaterbox_Collision_1576

(view raw script w/o annotations or w/e)
1
if (global.flag[280 conversation_elderpuzzles] == 1 && myinteract == 0 && global.interact == 0)
2
{
3
    myinteract = 1;
4
    global.interact = 1;
5
}