Undertale script viewer
← back to main script listing
gml_Object_obj_statuedrop_Step_0
(
view raw script w/o annotations or w/e
)
1
if (instance_exists(obj_musicstatue))
2
{
3
if (y > (obj_musicstatue.y + 100))
4
instance_destroy();
5
}