Advertisement
Dwarvenstarr

Untitled

Apr 5th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. wait:
  2. match "divyaush", "working in front of a glowing forge\\."
  3. match "berengia", "toiling in a dusty field\\."
  4. match "kuniyo", "huddled in front of a fire in an icy"
  5. match "periel", "by occupied cots\\."
  6. match "lemicus", "alone on a raft, calm seas in all directions"
  7. match "albreda", "young child sitting in the corner\\."
  8. match "murrala", "travelling the desert\\. It's been two days"
  9. match "rutilor", "sore after a long day of harvesting crops\\."
  10. match "saemaus", "a bar stool\\. The bartender stands off to"
  11. match "asketi", "one of your grain fields\\. On the eastern side of the field"
  12. match "beort", "amongst a group gathered at an outdoor wedding\\."
  13. match "dergati", "on a grassy hilltop\\. Staring up a the night sky"
  14. match "drogor", "from the shore, gathering upward in a massive wall\\."
  15. match "idon", "in the front row of a concert hall\\. The lights on the stage"
  16. match "keren", "entertaining a neighboring farmer at your house\\. His crops for years"
  17. match "trothfang", "battling a small peccary\\. Wielding a sword, you deftly parry"
  18. match "zach", "snow peering into the window of a rival blacksmith's house\\. Inside, the warm glow"
  19. matchwait
  20.  
  21. divyaush:
  22. waitrt?
  23. clear
  24. put "pray Divyaush"
  25. goto "wait"
  26.  
  27. berengia:
  28. waitrt?
  29. clear
  30. put "pray Berengia"
  31. goto "wait"
  32.  
  33. kuniyo:
  34. waitrt?
  35. clear
  36. put "pray Kuniyo"
  37. goto "wait"
  38.  
  39. periel:
  40. waitrt?
  41. clear
  42. put "pray Peri'el"
  43. goto "wait"
  44.  
  45. lemicus:
  46. waitrt?
  47. clear
  48. put "pray Lemicus"
  49. goto "wait"
  50.  
  51. albreda:
  52. waitrt?
  53. clear
  54. put "pray Albreda"
  55. goto "wait"
  56.  
  57. murrala:
  58. waitrt?
  59. clear
  60. put "pray Murrala"
  61. goto "wait"
  62.  
  63. rutilor:
  64. waitrt?
  65. clear
  66. put "pray Rutilor"
  67. goto "wait"
  68.  
  69. saemaus:
  70. waitrt?
  71. clear
  72. put "pray Saemaus"
  73. goto "wait"
  74.  
  75. asketi:
  76. waitrt?
  77. clear
  78. put "pray Asketi"
  79. goto "wait"
  80.  
  81. beort:
  82. waitrt?
  83. clear
  84. put "pray Be'ort"
  85. goto "wait"
  86.  
  87. dergati:
  88. waitrt?
  89. clear
  90. put "pray Dergati"
  91. goto "wait"
  92.  
  93. drogor:
  94. waitrt?
  95. clear
  96. put "pray Drogor"
  97. goto "wait"
  98.  
  99. idon:
  100. waitrt?
  101. clear
  102. put "pray Idon"
  103. goto "wait"
  104.  
  105. keren:
  106. waitrt?
  107. clear
  108. put "pray Kerenhappuch"
  109. goto "wait"
  110.  
  111. trothfang:
  112. waitrt?
  113. clear
  114. put "pray Trothfang"
  115. goto "wait"
  116.  
  117. zach:
  118. waitrt?
  119. clear
  120. put "pray Zachriedek"
  121. goto "wait"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement