Undertale script viewer

← back to main script listing

gml_Object_obj_undyne_blockwrecker_Step_0

(view raw script w/o annotations or w/e)
1
if (global.plot < 118)
2
    tile_layer_hide(999900);
3
if (global.plot > 117)
4
{
5
    tile_layer_show(999900);
6
    d = instance_position(x + 5, y + 5, obj_solidexwide);
7
    with (d)
8
        instance_destroy();
9
    instance_destroy();
10
}