Advertisement
Guest User

TMThan

a guest
Feb 24th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. START:
  2. put prep acs 5
  3. pause 1
  4. put tar
  5. pause 10
  6. put cast
  7. match GOB shuddering and moaning until it ceases all movement
  8. match RAT The ship's rat falls to the ground and lies still
  9. match EEL rapidly before expiring
  10. match EEL shudders, then goes limp
  11. match JACK howls and falls on its side, dead
  12. match JACK jackal whines loudly before it dies
  13. match KOBOLD A kobold whimpers one last time and dies
  14. match KOBOLD spins in a circle, and drops dead
  15. match BEISS The beisswurm falls to the ground and lies still
  16. match TROLL A rock troll collapses with a heavy thud
  17. matchwait 5
  18. goto START2
  19.  
  20. START2:
  21. put prep acs 5
  22. pause 1
  23. put tar
  24. pause 10
  25. put cast
  26. match GOB shuddering and moaning until it ceases all movement
  27. match RAT The ship's rat falls to the ground and lies still
  28. match EEL rapidly before expiring
  29. match EEL shudders, then goes limp
  30. match JACK howls and falls on its side, dead
  31. match JACK jackal whines loudly before it dies
  32. match KOBOLD A kobold whimpers one last time and dies
  33. match KOBOLD spins in a circle, and drops dead
  34. match BEISS The beisswurm falls to the ground and lies still
  35. match TROLL A rock troll collapses with a heavy thud
  36. matchwait 5
  37. goto START
  38.  
  39. BEISS:
  40. put arrange beiss for skin
  41. pause roundtime
  42. put perf pres on beiss
  43. pause roundtime
  44. put perf harv on beiss
  45. pause roundtime
  46. put drop mat
  47. pause 1
  48. put face next
  49. pause 1
  50. put sea beiss
  51. pause 3
  52. goto START
  53.  
  54. RAT:
  55. put arrange rat for skin
  56. pause roundtime
  57. put perf pres on rat
  58. pause roundtime
  59. put perf harv on rat
  60. pause roundtime
  61. put drop mat
  62. pause 1
  63. put face next
  64. pause 1
  65. put sea rat
  66. pause 3
  67.  
  68. GOB:
  69. put arrange gob for skin
  70. pause roundtime
  71. put perf pres on gob
  72. pause roundtime
  73. put perf harv on gob
  74. pause roundtime
  75. put drop mat
  76. pause 1
  77. put face next
  78. pause 1
  79. put sea gob
  80. pause 3
  81. goto START
  82.  
  83. HOG:
  84. put arrange hog for skin
  85. pause roundtime
  86. put perf pres on hog
  87. pause roundtime
  88. put perf harv on hog
  89. pause roundtime
  90. put drop mat
  91. pause 1
  92. put face next
  93. pause 1
  94. put sea hog
  95. pause 3
  96. goto START
  97.  
  98. EEL:
  99. put arrange eel for skin
  100. pause roundtime
  101. put perf pres on eel
  102. pause roundtime
  103. put perf harv on eel
  104. pause roundtime
  105. put drop mat
  106. pause 1
  107. put sea eel
  108. pause 3
  109. put face next
  110. pause1
  111. goto START
  112.  
  113. JACK:
  114. put arrange jack for skin
  115. pause roundtime
  116. pause 1
  117. put perf pres on jack
  118. pause roundtime
  119. pause 1
  120. put perf harv on jack
  121. pause roundtime
  122. pause 1
  123. put sea jack
  124. pause 3
  125. put face next
  126. pause 1
  127. goto START
  128.  
  129. KOBOLD:
  130. put arrange kobold for skin
  131. pause roundtime
  132. put perf pres on kobold
  133. pause roundtime
  134. put perf harv on kobold
  135. pause roundtime
  136. put drop mat
  137. pause 1
  138. put face next
  139. pause 1
  140. put sea kobold
  141. pause 3
  142. goto START
  143.  
  144.  
  145. TROLL:
  146. put arrange troll for skin
  147. pause roundtime
  148. put perf pres on troll
  149. pause roundtime
  150. put perf harv on troll
  151. pause roundtime
  152. put drop mat
  153. pause 1
  154. put face next
  155. pause 1
  156. put sea troll
  157. pause 3
  158. goto START
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement