Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_heart_hitbox_parent_Other_12

related scripts: Collision_obj_battle_enemy_attack_blue_parentCollision_obj_battle_enemy_attack_green_parentCollision_obj_battle_enemy_attack_orange_parentCollision_obj_battle_enemy_attack_parentOther_10Other_11Other_12

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