Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. Start:
  2. put Go Port
  3. pause 1
  4. PUT Search
  5. if $lefthand != empty then gosub StowStart
  6. MATCH north : north.
  7. MATCH northeast : northeast.
  8. MATCH northwest : northwest.
  9. MATCH southeast : southeast.
  10. MATCH southwest : southwest.
  11. MATCH east : east.
  12. MATCH west : west.
  13. MATCH south : south.
  14. MATCH north north,
  15. MATCH north north.
  16. MATCH northeast , northeast
  17. MATCH northwest , northwest
  18. MATCH west , west,
  19. MATCH west , west.
  20. MATCH east , east,
  21. MATCH east , east.
  22. MATCH southeast , southeast
  23. MATCH southwest , southwest
  24. MATCH south , south,
  25. MATCH south , south.
  26. PUT Stand
  27. pause 1
  28. PUT Look
  29. matchwait
  30.  
  31. north:
  32. Move north
  33. put search
  34. if $lefthand != empty then gosub StowStart
  35.  
  36. PUT Stand
  37. pause 1
  38. if $up = 1 then goto Start
  39. if $southwest = 1 then goto southwest
  40. if $west = 1 then goto west
  41. if $northwest = 1 then goto northwest
  42. if $north = 1 then goto north
  43. if $northeast = 1 then goto northeast
  44. if $east = 1 then goto east
  45. if $southeast = 1 then goto southeast
  46. Goto south
  47.  
  48. northeast:
  49. MOVE northeast
  50. put search
  51.  
  52. if $lefthand != empty then gosub StowStart
  53. PUT Stand
  54. pause 1
  55. if $up = 1 then goto Start
  56. if $west = 1 then goto west
  57. if $northwest = 1 then goto northwest
  58. if $north = 1 then goto north
  59. if $northeast = 1 then goto northeast
  60. if $east = 1 then goto east
  61. if $southeast = 1 then goto southeast
  62. if $south = 1 then goto south
  63. GOTO southwest
  64.  
  65. northwest:
  66. MOVE northwest
  67.  
  68. PUT Search
  69. if $lefthand != empty then gosub StowStart
  70. PUT Stand
  71. pause 1
  72. if $up = 1 then goto Start
  73. if $south = 1 then goto south
  74. if $southwest = 1 then goto southwest
  75. if $west = 1 then goto west
  76. if $northwest = 1 then goto northwest
  77. if $north = 1 then goto north
  78. if $northeast = 1 then goto northeast
  79. if $east = 1 then goto east
  80. GOTO southeast
  81.  
  82. west:
  83. MOVE west
  84.  
  85. PUT Search
  86. if $lefthand != empty then gosub StowStart
  87. PUT Stand
  88. pause 1
  89. if $up = 1 then goto Start
  90. if $southeast = 1 then goto southeast
  91. if $south = 1 then goto south
  92. if $southwest = 1 then goto southwest
  93. if $west = 1 then goto west
  94. if $northwest = 1 then goto northwest
  95. if $north = 1 then goto north
  96. if $northeast = 1 then goto northeast
  97. goto east
  98.  
  99. east:
  100. MOVE east
  101. PUT Search
  102. if $lefthand != empty then gosub StowStart
  103. PUT Stand
  104. pause 1
  105. if $up = 1 then goto Start
  106. if $northwest = 1 then goto northwest
  107. if $north = 1 then goto north
  108. if $northeast = 1 then goto northeast
  109. if $east = 1 then goto east
  110. if $southeast = 1 then goto southeast
  111. if $south = 1 then goto south
  112. if $southwest = 1 then goto southwest
  113. goto west
  114.  
  115. south:
  116. MOVE south
  117.  
  118. PUT Search
  119. if $lefthand != empty then gosub StowStart
  120. PUT Stand
  121. pause 1
  122. if $up = 1 then goto Start
  123. if $northeast = 1 then goto northeast
  124. if $east = 1 then goto east
  125. if $southeast = 1 then goto southeast
  126. if $south = 1 then goto south
  127. if $southwest = 1 then goto southwest
  128. if $west = 1 then goto west
  129. if $northwest = 1 then goto northwest
  130. Goto north
  131.  
  132. southeast:
  133. Move southeast
  134.  
  135. PUT Search
  136. if $lefthand != empty then gosub StowStart
  137. PUT Stand
  138. pause 1
  139. if $up = 1 then goto Start
  140. if $north = 1 then goto north
  141. if $northeast = 1 then goto northeast
  142. if $east = 1 then goto east
  143. if $southeast = 1 then goto southeast
  144. if $south = 1 then goto south
  145. if $southwest = 1 then goto southwest
  146. if $west = 1 then goto west
  147. goto northwest
  148.  
  149. southwest:
  150. MOVE southwest
  151.  
  152. PUT Search
  153. if $lefthand != empty then gosub StowStart
  154. PUT Stand
  155. pause 1
  156. if $up = 1 then goto Start
  157. if $east = 1 then goto east
  158. if $southeast = 1 then goto southeast
  159. if $south = 1 then goto south
  160. if $southwest = 1 then goto southwest
  161. if $west = 1 then goto west
  162. if $northwest = 1 then goto northwest
  163. if $north = 1 then goto north
  164. goto northeast
  165.  
  166. StowStart:
  167. pause 1
  168. if $lefthandnoun = chain then gosub Stow.left
  169. if $lefthandnoun = bloodrune then gosub Stow.left
  170. if $lefthandnoun = sack then gosub Stow.left
  171. if $lefthandnoun = textbook then gosub Stow.left
  172. if $lefthandnoun = bloodscrip then gosub Stow.left
  173. if $lefthand != Empty then gosub empty.left
  174. return
  175.  
  176. Stow.left:
  177.  
  178. PUT Stow Left
  179. waitforre ^Stow what?|^You put your
  180. return
  181.  
  182. empty.left:
  183. PUT Empty Left
  184. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement