Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_homealone_present_fallen_Step_0

(view raw script w/o annotations or w/e)
1
if (!i_ex(obj_homealone_heart))
2
    exit;
3
if (obj_homealone_heart.y < 30)
4
    exit;
5
event_inherited();