Advertisement
Guest User

Untitled

a guest
Dec 7th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. #get favors
  2. #debug level 5
  3.  
  4. action goto done when You feel giddy all over and you grin widely as everything about you disappears and you suddenly find yourself transported to
  5.  
  6. put favor
  7. waitforre ^Your most recent favor was granted by ([\w']+)\.$
  8. var godname $1
  9.  
  10. pray:
  11. matchre pray \.\.\.wait|Sorry,
  12. match pray You kneel down and begin to pray.
  13. match pray You close your eyes and pray
  14. match pray As you continue to pray, another sound presents itself
  15. match saygod if you have come seeking the favor of your God, declare that name now
  16. put pray
  17. matchwait 1
  18. goto pray
  19.  
  20. saygod:
  21. matchre saygod \.\.\.wait|Sorry,
  22. match stand rise and seek your favor
  23. put '%godname
  24. matchwait
  25.  
  26. stand:
  27. matchre stand \.\.\.wait|Sorry,
  28. match getorb As you stand, you are enveloped in a bright flash of light
  29. put stand
  30. matchwait
  31.  
  32. getorb:
  33. matchre getorb \.\.\.wait|Sorry,
  34. match goarch orb from atop
  35. put get orb
  36. matchwait
  37.  
  38. goarch:
  39. move go arch
  40.  
  41. idaction:
  42. match light tinders
  43. match fill a water jug
  44. match clean a small sponge
  45. match flowers a vase
  46. match window ancient window
  47. put look
  48. matchwait
  49.  
  50. window:
  51. matchre window \.\.\.wait|Sorry,
  52. match gowindow A cool, swift breeze moves into the room, chasing the stifling heat from your skin
  53. match window Roundtime
  54. put open window
  55. matchwait
  56.  
  57. gowindow:
  58. matchre gowindow \.\.\.wait|Sorry,
  59. match window You cannot go through a closed window.
  60. match idaction Siergelde, Labyrinth
  61. put go window
  62. matchwait
  63.  
  64. light:
  65. matchre light \.\.\.wait|Sorry,
  66. match mover You reach into the bucket and remove a tinder
  67. put light candles
  68. matchwait
  69.  
  70. fill:
  71. matchre fill \.\.\.wait|Sorry,
  72. match mover You gingerly take the earthen jug from the altar and carry it to the font
  73. match mover You have already filled the font, there is no need to do anything further
  74. put fill font
  75. matchwait
  76.  
  77. flowers:
  78. matchre flowers \.\.\.wait|Sorry,
  79. match path You have already filled the vase to overflowing.
  80. match path You carefully pick some of the lovely blossoms and arrange them neatly in the vase.
  81. match path positive attitude
  82. put get flower
  83. matchwait
  84.  
  85. clean:
  86. matchre clean \.\.\.wait|Sorry,
  87. match mover You pick up the sponge and proceed to wipe down the surface of the altar
  88. match mover You have already cleaned the altar, there is no need to do anything further
  89. put clean altar
  90. matchwait
  91.  
  92. path:
  93. move go path
  94. goto idaction
  95.  
  96. mover:
  97. put go stairway
  98. move go door
  99. goto idaction
  100.  
  101. done:
  102. wait
  103. put rub my orb
  104. wait
  105. put put orb in my $herbpouch
  106. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement