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