:visitor_julia_gift_task
  create villager Julia 34,10,8
  wait 30

  Julia "Hello, <name>! I heard that you already introduced yourself to every resident of Orange Town."
  Julia "Thank you for that, I'm sure your neighbors appreciate you taking the time."
  Julia "I'm here today to bring you a small welcoming gift."
  wait 20
  # villager_item_display Julia cake
  # play PickItem
  pick item cake
  wait 20
  Player "Wow, thank you Julia! That's very thoughtful of you!"
  Julia "Well, here in Orange Town we are used to giving small gifts to our neighbors."
  Julia "I'd be happy if we could count on you to join in on this habit as well."
  Julia "You can start with something simple. Even bringing someone an orange or a small flower is bound to brighten their day."
  Player "Of course, I'll think of something."
  Julia "See you later then, <name>. Have a nice day."

  speed Julia 2.5
  move villager Julia 44,10,8
  wait 120
  fade out
  remove Julia
  fade in

  accept gift-someone


:visitor_julia_clean_town_task
  create villager Julia 34,10,8
  wait 30

  Julia "Hello, <name>! How are you doing? I want to ask you a favor this time."
  Julia "You know how there are several places filled with weeds around our beautiful town?"
  Julia "Benjamin is too busy this week, so do you think you could get rid of those weeds for us?"
  Julia "I'll pay you for the service, of course."
  Player "I'll take a look once I'm ready with today's work. It shouldn't be too hard."
  Julia "Thank you, <name>! I knew I could count on you."

  speed Julia 2.5

  move villager Julia 44,10,8
  wait 120
  fade out
  remove Julia
  fade in

  accept clean-the-town
  town generate weeds

:visitor_julia_clean_logs_task
  create villager Julia 34,10,8
  wait 30

  Julia "<Good morning>, <name>! Everything alright? I have another favor to ask of you today."
  Julia "You know how there are several tree logs scattered around our beautiful town?"
  Julia "Raphael usually clears those for me, but he's too busy this week. Do you think you could do it this time?"
  Julia "I'll pay you for the service, of course."
  Player "I'll take a look once I'm ready with today's work. It shouldn't be too hard."
  Julia "Thank you, <name>! I knew I could count on you."

  speed Julia 2.5

  move villager Julia 44,10,8
  wait 120
  fade out
  remove Julia
  fade in

  accept clean-the-logs
  town generate logs

:visitor_julia_clean_rocks_task
  create villager Julia 34,10,8
  wait 30

  Julia "<Good morning>, <name>! Everything alright? I have another favor to ask of you today."
  Julia "You know how there are several rocks scattered around our beautiful town?"
  Julia "Viktor always breaks them for me, but he's too busy this week. Do you think you could do it this time?"
  Julia "I'll pay you for the service, of course."
  Player "I'll take a look once I'm ready with today's work. It shouldn't be too hard."
  Julia "Thank you, <name>! I knew I could count on you."

  speed Julia 2.5

  move villager Julia 44,10,8
  wait 120
  fade out
  remove Julia
  fade in

  accept clean-the-rocks
  town generate rocks
