:first_table_complete
  Cindy "Hello <name>. Did you get the materials I need?"
  Player ("About your order...", "Deliver items.", "Not yet.", "Not yet.")

  if response == "Deliver items."
    Cindy "Thank you so much, <name>! I can't wait to see how it'll turn out."
    Cindy "Here's the payment for your help."

    complete first-table
    return
  end

:first_chair_complete
  Cindy "Hello <name>. Did you get the materials I need?"
  Player ("About your order...", "Deliver items.", "Not yet.", "Not yet.")

  if response == "Deliver items."
    Cindy "Thank you so much, <name>! I can't wait to see how it'll turn out."
    Cindy "Here's the payment for your help."

    complete first-chair
    return
  end

:first_bookcase_complete
  Cindy "Hello <name>. Did you get the materials I need?"
  Player ("About your order...", "Deliver items.", "Not yet.", "Not yet.")

  if response == "Deliver items."
    Cindy "Thank you so much, <name>! I can't wait to see how it'll turn out."
    Cindy "Here's the payment for your help."

    complete first-bookcase
    return
  end
