faldonboy10

Untitled

Jun 7th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. {
  2. "PlayerJoin": [],
  3. "Expire": [ "00:00", "23:59", "PST" ],
  4. "AllowRejoining": true,
  5. "Key": "challenge_catch_pokemon",
  6.  
  7. "Comment": "Select Difficulty",
  8. "If": [],
  9. "Equals": [ "server", "PCPCD", "=", "Easy", false ],
  10. "Skip": "Easy Challenge",
  11. "Dummy": [],
  12. "If": [],
  13. "Equals": [ "server", "PCPCD", "=", "Medium", false ],
  14. "Skip": "Medium Challenge",
  15. "Dummy": [],
  16. "If": [],
  17. "Equals": [ "server", "PCPCD", "=", "Hard", false ],
  18. "Skip": "Hard Challenge",
  19. "Leave": [],
  20.  
  21.  
  22. "Comment": "Remove Variables",
  23. "LeaveScript": [],
  24. "SetPersistent": [ "PCPCC", 0, true ],
  25.  
  26.  
  27. "Comment": "Easy Reward",
  28. "SendMessage": "Congratulations! You completed an easy challenge!",
  29. "SendMessage": "You have been awarded &b1 &fChallenge Point!",
  30. "AddPersistent": [ "PCP", 1, true ],
  31. "Complete": [],
  32. "Hold": [],
  33. "Leave": [],
  34.  
  35. "Comment": "Medium Reward",
  36. "SendMessage": "Congratulations! You completed an medium challenge!",
  37. "SendMessage": "You have been awarded &b2 &fChallenge Points!",
  38. "AddPersistent": [ "PCP", 2, true ],
  39. "Complete": [],
  40. "Hold": [],
  41. "Leave": [],
  42.  
  43. "Comment": "Hard Reward",
  44. "SendMessage": "Congratulations! You completed an hard challenge!",
  45. "SendMessage": "You have been awarded &b3 &fChallenge Points!",
  46. "AddPersistent": [ "PCP", 3, true ],
  47. "Complete": [],
  48. "Hold": [],
  49. "Leave": [],
  50.  
  51.  
  52. "Comment": "Easy Challenge",
  53. "CatchPokemon": {
  54. "species": "[server:PCPCN]",
  55. "amount": "[server:PCPCA]"
  56. },
  57. "Skip": "Easy Reward",
  58. "Leave": [],
  59.  
  60. "Comment": "Medium Challenge",
  61. "CatchPokemon": {
  62. "species": "[server:PCPCN]",
  63. "amount": "[server:PCPCA]"
  64. },
  65. "Skip": "Medium Reward",
  66. "Leave": [],
  67.  
  68. "Comment": "Hard Challenge",
  69. "CatchPokemon": {
  70. "species": "[server:PCPCN]",
  71. "amount": "[server:PCPCA]"
  72. },
  73. "Skip": "Hard Reward",
  74. "Leave": []
  75. }
Advertisement
Add Comment
Please, Sign In to add comment