:julia_pickles_complete
  Julia "<Good morning>, <name>. Do you have the ten cucumbers I ordered?"
  Player ("About your order...", "Deliver items.", "Not yet.", "Not yet.")

  if response == "Deliver items."
    Julia "Oh, thank you so much, <name>! Here's the money I owe you."
    complete julia-pickles

    return
  end

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

:julia_task_clean_the_town_progress
  clean_town_task_check_progress

:clean_town_task_incomplete
  Julia "Hello <name>, let me know when you finish clearing the weeds, alright? There should be <color:important><var:weedsLeft></color> more weeds."

:clean_town_task_complete
  Julia "Thank you for cleaning the town, <name>! Here's your payment."
  complete clean-the-town

:clean_town_winter_arrived
  Julia "Hey <name>, remember that favor I asked? To remove the town's weeds?"
  Julia "Well, now that winter is here all the weeds have already died, so you can leave that job for some other time, alright?"


:julia_task_clean_the_logs_progress
  clean_logs_check_progress

:clean_logs_task_incomplete
  Julia "Hello <name>, let me know when you finish cutting the logs, alright? There should be <color:important><var:logsLeft></color> more logs."

:clean_logs_task_complete
  Julia "Thank you for cleaning the town, <name>! Here's your payment."
  complete clean-the-logs

:julia_task_clean_the_rocks_progress
  clean_rocks_check_progress

:clean_rocks_task_incomplete
  Julia "Hello <name>, let me know when you finish breaking the rocks, alright? There should be <color:important><var:rocksLeft></color> more rocks."

:clean_rocks_task_complete
  Julia "Thank you for cleaning the town, <name>! Here's your payment."
  complete clean-the-rocks
