DRShaidval

Undergondola

Oct 27th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. #The is a comment
  2.  
  3. var starting_room $roomid
  4.  
  5. var forage rock
  6.  
  7. var research augmentation
  8.  
  9.  
  10.  
  11. IF_1 then setVariable research %1
  12.  
  13.  
  14. #26
  15.  
  16. #37
  17. pause 5
  18. send prep om
  19. pause
  20. send charge my mana 60
  21. pause
  22. send invoke my mana spell
  23. waitfor You feel fully prepared
  24. send cast my orb
  25. pause
  26. pause 0.5
  27.  
  28. start:
  29. if $Athletics.LearningRate >= 30 then goto AthleticsDone
  30. pause
  31. pause
  32. send get my sword
  33. waitfor You get
  34. send get my mace
  35. waitfor You get
  36. pause
  37. #put #goto 49
  38.  
  39. #waitforre ^YOU HAVE ARRIVED
  40.  
  41. put #goto 37
  42.  
  43. waitforre ^YOU HAVE ARRIVED
  44.  
  45. ### If you need more of a challenge, comment out 26 and uncomment one of the other lines.
  46.  
  47. ### Each consecutive line adds an additional tough climb.
  48.  
  49. put #goto 26
  50.  
  51. #put #goto 43
  52.  
  53. #put #goto 42
  54.  
  55. #put #goto 41
  56.  
  57. #put #goto 44
  58.  
  59. waitforre ^YOU HAVE ARRIVED
  60.  
  61. if ($roomid == 5) then move climb branch
  62.  
  63. pause .5
  64.  
  65. put #goto %starting_room
  66.  
  67. waitforre ^YOU HAVE ARRIVED
  68.  
  69.  
  70.  
  71. send put my sword in my bald
  72. waitfor You easily strap
  73. send put my mace in my bald
  74. waitfor You easily strap
  75. send infuse om 50
  76. pause
  77. pause
  78. if $Athletics.LearningRate >= 30 then goto AthleticsDone
  79. send collect rock
  80. pause
  81. send kick pile
  82. pause
  83. send collect rock
  84. pause
  85. send kick pile
  86. pause
  87. send collect rock
  88. pause
  89. send kick pile
  90. pause
  91. send collect rock
  92. pause
  93. send kick pile
  94. pause
  95.  
  96. pause .5
  97. goto start
  98.  
  99. AthleticsDone:
  100. send #parse Athletics complete!
  101. exit
Advertisement
Add Comment
Please, Sign In to add comment