:nathalia-gift-loved
  Nathalia "Thank you, <name>. What a thoughtful gift."
  take item

:nathalia-gift-liked
  Nathalia "Is that for me? Thank you, <name>. It's a good gift."
  take item

:nathalia-gift-normal
  Nathalia "Thank you for the gift, <name>!"
  take item

:nathalia-gift-dislike
  Nathalia "You could have been more creative."
  take item

:nathalia-gift-hated
  Nathalia "Thanks, but I don't want it."
  refuse gift

:nathalia-gift-chocolate
  Nathalia "A chocolate bar? Give it here!"
  take item
  wait 30
  Nathalia "Thank you so much, I really needed it."
  
  if hearts >= 1 && !companion
    if Managers.Villagers.canAddVillagerToParty('Nathalia')
      Nathalia ("How can I repay you for that? Let's hang out and I'll think of something.", "Sure", "Not right now")
      if response == "Sure"
        include nathalia_join_party
        return
      end

      if response == "Not right now"
        Nathalia "Oh, some other time then."
        return
      end
    end
  end
