Undertale script viewer
← back to main script listing
gml_Object_obj_kitchenforcefield_Destroy_0
(
view raw script w/o annotations or w/e
)
1
if (sold == 1)
2
{
3
if (instance_exists(solid1))
4
{
5
with (solid1)
6
instance_destroy();
7
}
8
}