Advertisement
Dwarvenstarr

Untitled

Jan 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. ## If including from another script
  2. ## please set %tomecon and %tomeonce
  3. var tome1 tome
  4. var tomecalled no
  5. var tomeonce no
  6. var tomecon haversack
  7.  
  8. ##### tomeendium!
  9. tome.start:
  10. var tomenum 1
  11. put get my tome
  12. put open my tome
  13. pause
  14. goto tome.start
  15.  
  16. tome.start:
  17. put turn my tome to Elothean
  18. goto tome.study
  19.  
  20. tome.study:
  21. matchre tome.study ^\.\.\.wait|^Sorry, you may only type|gradually absorbing more of the knowledge|gradually absorbing the knowledge
  22. matchre tome.check1 sudden moment of clarity|difficult time comprehending|but believe that you have discerned all you can from it
  23. matchre tome.turn2 impossible
  24. matchre tome.end Why do you need to study this chart again?
  25. put study my tome
  26. matchwait
  27.  
  28. tome.check1:
  29. put exp scholar
  30. waitfor EXP HELP
  31. if $Scholarship.LearningRate > 32 then goto tome.check2
  32. else goto tome.turn
  33.  
  34. tome.check2:
  35. put exp first aid
  36. waitfor EXP HELP
  37. if $First_Aid.LearningRate > 32 then goto tome.end
  38. else goto tome.turn
  39.  
  40. tome.turn:
  41. matchre tome.turn ^\.\.\.wait|^Sorry, you may only type
  42. matchre tome.turn2 Lach
  43. match tome.study You turn to
  44. put turn my tome
  45. matchwait
  46.  
  47. tome.turn2:
  48. matchre tome.turn ^\.\.\.wait|^Sorry, you may only type
  49. match tome.study You turn to
  50. put turn my tome to frog
  51. matchwait
  52.  
  53. tome.end:
  54. pause
  55. put close my tome
  56. put put my tome in my %tomecon
  57. if "%tomecalled" = "no" then
  58. {
  59. put glance
  60. exit
  61. }
  62. else return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement