:raphael_onions_complete
  Raphael "Hello, <name>! Do you have the three onions I ordered?"
  Player ("About your order...", "Deliver items.", "Not yet.", "Not yet.")

  if response == "Deliver items."
    Raphael "Thank you very much, <name>! Here's the money I owe you."
    complete raphael-onions

    return
  end

  Raphael "No problem, let me know when you have them."
