Undertale script viewer

← back to main script listing

gml_Object_obj_torielcall3_Step_0

(view raw script w/o annotations or w/e)
1
if (global.plot > 9.5)
2
{
3
    instance_destroy();
4
}
5
else if (global.interact == 1 && instance_exists(obj_dialoguer) == 0)
6
{
7
    global.plot = 9.6;
8
    global.interact = 0;
9
    instance_destroy();
10
}