Undertale script viewer

← back to main script listing

gml_Object_obj_specialdrophole_Step_0

(view raw script w/o annotations or w/e)
1
if (global.plot >= 63)
2
{
3
    instance_create(x, y, obj_iceevent);
4
    if (!instance_exists(obj_fakebridge))
5
        instance_create(x + 3, y, obj_fakebridge);
6
    instance_destroy();
7
}