Advertisement
Dwarvenstarr

Untitled

Mar 24th, 2017
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. ## Set your container for packages with items in them at the end of the script ##
  2.  
  3. start:
  4. put stow right
  5. put stow left
  6. pause 1
  7. goto ladder
  8.  
  9. ladder:
  10. put climb ladder
  11. match barrel [Plixbraggle's Goat Agility Course, Ladder]
  12. matchwait
  13.  
  14. barrel:
  15. pause 3
  16. put go barrel
  17. match barrelstand you'd get better results if you were
  18. match fall [Plixbraggle's Goat-Werx]
  19. match trunk [Plixbraggle's Goat Agility Course, Barrel Top]
  20. matchwait
  21.  
  22. barrelstand:
  23. put stand
  24. goto barrel
  25.  
  26. trunk:
  27. pause 3
  28. put go trunk
  29. match trunkstand you'd get better results if you were
  30. match fall [Plixbraggle's Goat-Werx]
  31. match log [Plixbraggle's Goat Agility Course, The Trunks]
  32. matchwait
  33.  
  34. trunkstand:
  35. put stand
  36. goto trunk
  37.  
  38.  
  39. log:
  40. pause 3
  41. put go log
  42. match logstand you'd get better results if you were
  43. match fall [Plixbraggle's Goat-Werx]
  44. match pole [Plixbraggle's Goat Agility Course, The Log]
  45. matchwait
  46.  
  47. logstand:
  48. put stand
  49. goto log
  50.  
  51. pole:
  52. pause 3
  53. put go platform
  54. match polestand you'd get better results if you were
  55. match fall [Plixbraggle's Goat-Werx]
  56. match crates [Plixbraggle's Goat Agility Course, Pole]
  57. matchwait
  58.  
  59. polestand:
  60. put stand
  61. goto pole
  62.  
  63. crates:
  64. pause 3
  65. put go crates
  66. match cratestand you'd get better results if you were
  67. match fall [Plixbraggle's Goat-Werx]
  68. match Finish [Plixbraggle's Goat Agility Course, Crates]
  69. matchwait
  70.  
  71. cratestand:
  72. put stand
  73. goto crates
  74.  
  75. Finish:
  76. move down
  77. pause 1
  78. put pull rope
  79. match fall [Plixbraggle's Goat-Werx]
  80. matchwait
  81.  
  82.  
  83. fall:
  84. put open my package
  85. put get blood
  86. match blood you get
  87. match stow I could not find
  88. matchwait
  89.  
  90. blood:
  91. put stow left
  92. put look in my package
  93. match empty there is nothing in there
  94. match stow you see
  95. matchwait
  96.  
  97. empty:
  98. put put package in bucket
  99. pause 1
  100. put stand
  101. pause 1
  102. goto ladder
  103.  
  104. stow:
  105. put put package in valise
  106. put stand
  107. pause 1
  108. goto ladder
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement