Advertisement
Dwarvenstarr

Untitled

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