:amanda_ask_for_yak_manure
  #[CONDITION] Managers.Tasks.getTaskStatus('teleport-quest-6') == TaskStatus.NONE && Managers.Tasks.getTaskStatus('teleport-quest-5') == TaskStatus.ACCEPTED
  #[PRIORITY] !Managers.Villagers.wasEventPlayedToday('amanda_ask_for_yak_manure')

  Player "<Good morning>, Amanda! Is it true that you managed to grow a chocolate rose?"
  Amanda "<Good morning> <name>. I didn't grow it, I bought it on the city. It's not a real flower."
  Player "Oh, that makes much more sense."
  Amanda "You want to give it to Nathalia, right? I'm willing to trade it."
  Player "And what do you need?"
  Amanda "Some <color:item>Yak Manure</color>. I bought some from Billy but he hasn't delivered yet. Can you talk to him?"
  Player "That shouldn't be too hard. I'll be back."

  replace task teleport-quest-5 teleport-quest-6

:amanda_receive_yak_manure
  #[CONDITION] Managers.Tasks.getTaskStatus('teleport-quest-6-delivery') == TaskStatus.ACCEPTED
  #[PRIORITY] true

  Amanda "Hey, what's that smell?"
  Player "It's the Yak Manure that you bought from Billy. I have it with me."
  Amanda "Hahaha. I think Billy pranked you, <name>. He has already delivered the manure. Properly packed to avoid that strong smell you have on you."
  Player "I can't believe this. I should have seen that coming."
  Amanda "Here's the Chocolate Rose I promised you."

  js Switches.foundChocolateRose = true;
  replace task teleport-quest-6-delivery teleport-quest-5-delivery

