Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #The is a comment
- var starting_room $roomid
- var forage rock
- var research augmentation
- IF_1 then setVariable research %1
- #26
- #37
- pause 5
- send prep om
- pause
- send charge my mana 60
- pause
- send invoke my mana spell
- waitfor You feel fully prepared
- send cast my orb
- pause
- pause 0.5
- start:
- if $Athletics.LearningRate >= 30 then goto AthleticsDone
- pause
- pause
- send get my sword
- waitfor You get
- send get my mace
- waitfor You get
- pause
- #put #goto 49
- #waitforre ^YOU HAVE ARRIVED
- put #goto 37
- waitforre ^YOU HAVE ARRIVED
- ### If you need more of a challenge, comment out 26 and uncomment one of the other lines.
- ### Each consecutive line adds an additional tough climb.
- put #goto 26
- #put #goto 43
- #put #goto 42
- #put #goto 41
- #put #goto 44
- waitforre ^YOU HAVE ARRIVED
- if ($roomid == 5) then move climb branch
- pause .5
- put #goto %starting_room
- waitforre ^YOU HAVE ARRIVED
- send put my sword in my bald
- waitfor You easily strap
- send put my mace in my bald
- waitfor You easily strap
- send infuse om 50
- pause
- pause
- if $Athletics.LearningRate >= 30 then goto AthleticsDone
- send collect rock
- pause
- send kick pile
- pause
- send collect rock
- pause
- send kick pile
- pause
- send collect rock
- pause
- send kick pile
- pause
- send collect rock
- pause
- send kick pile
- pause
- pause .5
- goto start
- AthleticsDone:
- send #parse Athletics complete!
- exit
Advertisement
Add Comment
Please, Sign In to add comment