Advertisement
Primalcyndaquil

Untitled

Apr 4th, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Agni Egg
  2.  
  3. islegendary=False
  4. requiredquestpoints=0
  5. rewardquestpoints=0
  6. canpreview=false
  7. previewtext=
  8. ignoresquestlimit=True
  9. repeatdays=-1
  10. objectives
  11. {
  12. stage=0
  13. {
  14. {
  15. description=AGNI EGG
  16. hint=An optional hint
  17. timestocomplete=1
  18. hidden=True
  19. infinite=False
  20. triggers
  21. {
  22. send_chat(delay=0;message=&bYou found the second egg!)
  23. send_chat(delay=1;message=&bThis time, the egg seems to actually be made of chocolate. It melts in your hands to reveal a Sachet and Whipped Dream!)
  24. give_item(delay=1;itemid=pixelmon:sachet;count=1)
  25. give_item(delay=1;itemid=pixelmon:whipped_dream;count=1)
  26. skip_to_stage(delay=1;stage=100)
  27. }
  28. type=right_click_entity(uuid=43ed088a-c8ed-432c-bf87-8ef9b5b58054)
  29. }
  30. }
  31. stage=1
  32. {
  33. {
  34. description=A description
  35. hint=An optional hint
  36. timestocomplete=1
  37. hidden=True
  38. infinite=False
  39. type=chat_npc(uuid=6a32339b-c73f-47ac-97c0-b1463dddaa3;chatline1=Hi.)
  40. }
  41. }
  42. }
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement