Guest User

Untitled

a guest
Oct 17th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. action clear
  2. gosub clear
  3. include bongbase.cmd
  4. action (autogate) goto gate when bong gate crossing
  5. action (autogate) goto gate when Bong gate crossing
  6. action goto gate.list when bong gate list
  7.  
  8.  
  9. timer start
  10.  
  11. script.begin:
  12. put teach skinning to castir
  13. if $standing = 0 then put stand
  14. if %t > 240 then gosub astro
  15. if $Power_Perceive.LearningRate < 30 then gosub pp
  16. put appr gem pouch
  17. pause 10
  18. gosub prep sod 20
  19. gosub charge armband 18
  20. pause
  21. put focus my armband
  22. pause $roundtime
  23. pause 2
  24. gosub cast bong
  25. gosub prep ease 40
  26. gosub charge armband 15
  27. gosub charge armband 15
  28. gosub charge armband 15
  29. put focus my armband
  30. pause $roundtime
  31. pause 2
  32. gosub cast bong
  33. if $First_Aid.LearningRate < 30 then {
  34. put get comp
  35. pause
  36. put study comp
  37. pause $roundtime
  38. pause
  39. put turn comp
  40. pause
  41. put put comp in my rucksack
  42. pause
  43. }
  44. pause
  45. goto script.begin
  46.  
  47. pp:
  48. put perc moonlight
  49. pause $roundtime
  50. pause
  51. put perc trans
  52. pause $roundtime
  53. pause
  54. put perc katamba
  55. pause $roundtime
  56. pause
  57. put perc xibar
  58. pause $roundtime
  59. pause
  60. put perc yavash
  61. pause $roundtime
  62. pause
  63. return
  64.  
  65. astro:
  66. gosub prep cv
  67. pause 5
  68. gosub cast bong
  69. put obs magpie
  70. pause $roundtime
  71. pause
  72. put obs sun
  73. pause $roundtime
  74. pause
  75. put predict future bong
  76. timer clear
  77. timer start
  78. return
  79.  
  80.  
  81. gate.list:
  82. put chatt i can gate to crossing
  83. goto script.begin
  84.  
  85. gate:
  86. action (autogate) off
  87. pause $roundtime
  88. pause
  89. put release
  90. put observe sky
  91. pause 8
  92. if $KATAMBA = "on" then {
  93. var moon katamba
  94. goto open.gate
  95. }
  96. if $XIBAR = "on" then {
  97. var moon xibar
  98. goto open.gate
  99. }
  100. if $YAVASH = "on" then {
  101. var moon yavash
  102. goto open.gate
  103. }
  104. put chatt sorry no moons are up
  105. action (autogate) on
  106. goto script.begin
  107.  
  108. open.gate:
  109. put chatt opening a gate in Sawbones room via %moon
  110. move w
  111. pause
  112. move w
  113. pause
  114. move w
  115. pause
  116. put go door
  117. pause 2
  118. put prep fm 25
  119. pause 10
  120.  
  121. put cast %moon
  122. pause 5
  123. put go arch
  124. pause 2
  125. move e
  126. pause
  127. move e
  128. pause
  129. move e
  130. pause
  131. put prep moongate
  132. pause 5
  133. put harness 20
  134. pause 7
  135. if %moon = "katamba" then {
  136. if $KATAMBA = "off" then goto moon.set
  137. }
  138. if %moon = "xibar" then {
  139. if $XIBAR = "off" then goto moon.set
  140. }
  141. if %moon = "yavash" then {
  142. if $YAVASH = "off" then goto moon.set
  143. }
  144. put cast %moon
  145. put chatt gate is open for 60 seconds
  146. pause 60
  147. put release
  148. action (autogate) on
  149. goto script.begin
  150.  
  151. moon.set:
  152. pause $roundtime
  153. pause
  154. put release
  155. goto gate
  156.  
  157.  
  158. end:
Add Comment
Please, Sign In to add comment