Undertale script viewer

← back to main script listing

gml_Object_obj_plotswitch3_Create_0

(view raw script w/o annotations or w/e)
1
myinteract = 0;
2
image_speed = 0;
3
on = 0;
4
script_execute(scr_depth);
5
if (global.plot > 12)
6
{
7
    on = 1;
8
    image_index = 1;
9
}