Advertisement
Guest User

Untitled

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