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

  Player "Hello Nathalia. Is there any chance you could have a Pirate Diary on your book collection?"
  Nathalia "Hey <name>. There sure is, do you want to borrow it?"
  Player "I actually wanted to give it to someone else in exchange for something I need."
  Nathalia "Oh. I'm not giving you the original, but I can make a copy of it."
  Player "That would be great!"
  Nathalia "Since you're trading it for something you need, I will do the same with you."
  Player "I already expected as much."
  Nathalia "I heard Amanda managed to grow a <color:item>Chocolate Rose</color>. Can you believe it?"
  Nathalia "If you can get one for me, I'll trade you the diary for it."
  Player "Fine, I'll go talk to Amanda."
  
  replace task teleport-quest-4 teleport-quest-5

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

  Nathalia "Hey, what's that smell?"
  Player "It's a long story. But I got the Chocolate Rose you wanted."
  Nathalia "I won't be able to eat it anymore, it smells so bad! Maybe I should try to grow my own roses from now on."
  Player "Amanda said she bought it on the city. She didn't grow it herself."
  Nathalia "There's no harm in trying. Here's the copy of the Pirate Diary that you wanted."

  js Switches.foundPirateDiary = true;
  replace task teleport-quest-5-delivery teleport-quest-4-delivery

