Undertale script viewer

← back to main script listing

gml_Object_obj_spidertalkevent_Collision_1576

(view raw script w/o annotations or w/e)
1
if (global.interact == 0 && active == 0)
2
{
3
    global.interact = 1;
4
    active = 1;
5
}