Undertale script viewer

← back to main script listing

gml_Object_obj_plotswitch1_Step_0

(view raw script w/o annotations or w/e)
1
if (myinteract == 1 && global.plot <= 4)
2
{
3
    on = 1;
4
    myinteract = 0;
5
    image_index = 1;
6
    global.plot = 4.5;
7
}
8
image_index = on;