:bonnies_jasmines_completed
  Bonnie "Hello there <name>. Did you manage to find the jasmines I requested?"
  Player ("The jasmines...", "I got them.", "Sorry, not yet.", "Sorry, not yet.")
  if response == "I got them."
    Bonnie "Let me see..."
    if !Managers.Items.canGainItemId('first-aid') && Managers.Items.numItemsById('jasmine') > 5
      Bonnie "Yep, you have them here. Bring them to me when you have some more space on your backpack, so I can give you a reward."
      return
    end

    lose item jasmine x 10
    Bonnie "Yes, 10 jasmines just like I wanted. Here's your money and a nice reward."
    js Managers.Items.pickItemId('first-aid')
    wait 20

    Bonnie "Thank you <name>, I'll let you know when I need something else."
    complete bonnies-jasmines

    end event
  end

  if response == "Sorry, not yet."
    Bonnie "Are you really going to leave a girl waiting?"
  end

