Undertale Yellow script viewer
← back to main script listing
gml_Object_obj_determination_Alarm_0
(
view raw script w/o annotations or w/e
)
1
if (!instance_exists(obj_savebox))
2
{
3
instance_destroy()
4
instance_create(x, (y - 5), obj_savefl)
5
}