Undertale script viewer

← back to main script listing

gml_Object_obj_dogetrigger1_Collision_1576

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