Advertisement
Guest User

Untitled

a guest
Apr 26th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. Buindi:
  2. Type: assignment
  3. interact scripts:
  4. - 10 buindibones
  5.  
  6. buindibones:
  7. type: interact
  8. steps:
  9. 1:
  10. click trigger:
  11. script:
  12. - CHAT "In order to finish developing this new spell I need some more supplies. I warn you, it will be dangerous!"
  13. - WAIT 3
  14. - CHAT "To start, you can bring me 5 bones from the skeletal archers of the night."
  15. - narrate "<green>Quest added: <gray><italic>Help <npc.name> with his spells!"
  16. - FINISH
  17. chat trigger:
  18. 1:
  19. Trigger: /Yes/, I would love to risk my life.
  20. Script:
  21. - wait 2
  22. - chat "This is a good cause, I am trying to lift the curse off this damn town."
  23. 2:
  24. Trigger: /No/, I don't have time.
  25. Script:
  26. - CHAT "Sorry to bother you."
  27. Buindibonesreward:
  28. type: interact
  29. Requirements:
  30. Mode: All
  31. List:
  32. - finished buindibones
  33. - holding 352 5
  34. Steps:
  35. 1:
  36. click trigger:
  37. script:
  38. - CHAT "This 'ought to do for now."
  39. - TAKE ITEMINHAND QTY:5
  40. - GIVE MONEY QTY:150
  41. - NARRATE "<gray>You've received $150!"
  42. - FINISH
  43. Buindizombie:
  44. type: interact
  45. requirements:
  46. mode: all
  47. list:
  48. - finished buindibonesreward
  49. Steps:
  50. 1:
  51. click trigger:
  52. script:
  53. - chat "Next, I am gonna need some old, disgusting rotten flesh!"
  54. - finish
  55. Buindizombiereward:
  56. type: interact
  57. requirements:
  58. mode: all
  59. list:
  60. - finished buindizombie
  61. - holding 367 5
  62. steps:
  63. 1:
  64. click trigger:
  65. script:
  66. - chat "Ah! You got them! Hope you didn't have to do anything too risky for these!"
  67. - TAKE ITEMINHAND QTY:5
  68. - GIVE MONEY QTY:200
  69. - NARRATE "<gray>You've received $200!"
  70. - FINISH
  71. Buindistring:
  72. type: interact
  73. requirements:
  74. mode: all
  75. list:
  76. - finished Buindizombiereward
  77. steps:
  78. 1:
  79. click trigger:
  80. script:
  81. - chat "I promise, last step! I need some string!"
  82. - finish
  83. Buindistringreward:
  84. type: interact
  85. requirements:
  86. mode: all
  87. list:
  88. - finished buindistring
  89. - holding 287 5
  90. steps:
  91. 1:
  92. click trigger:
  93. script:
  94. - chat "Hey! You got them, those giant spiders creep me out!"
  95. - take iteminhand qty:5
  96. - give money qty:1000
  97. - narrate "<gray>You've received $1,000!"
  98. - chat "I managed to scrounge up some more funds for you! Thanks for the help"
  99. - chat "I will try my spell please, stick around!"
  100. - playeffect <player.location> effect:FIREWORKS_SPARK visibility:100 quantity:50 data:0 offset:2.0
  101. - wait 5
  102. - chat "Wait! Something's not right! It's backfiring!"
  103. - spawn ZOMBIE 1
  104. - spawn ZOMBIE 1
  105. - spawn ZOMBIE 1
  106. - chat "Help! Help me!"
  107. - wait 7
  108. - chat "Okay, well, didn't go as planned..."
  109. - narrate "<green>Quest completed: <gray><italic>Help <npc.name> with his spells!"
  110. - finish
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement