Undertale script viewer

← back to main script listing

gml_Object_obj_chipdoor_l_Other_11

(view raw script w/o annotations or w/e)
1
g = instance_position(x + 10, y + 70, obj_solidexwide);
2
if (instance_exists(g))
3
{
4
    with (g)
5
        instance_destroy();
6
}