Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_hitbox_parent_Other_11

(view raw script w/o annotations or w/e)
1
if (hit == true)
2
{
3
    with (obj_heart_battle_fighting_parent)
4
        event_user(1)
5
}