Undertale script viewer

← back to main script listing

gml_Object_obj_shyrentrigger_Create_0

(view raw script w/o annotations or w/e)
1
if (global.plot > 110)
2
{
3
    if (global.flag[81 status_shyren] == 2)
4
    {
5
    }
6
    instance_destroy();
7
}
8
image_yscale = 12;