Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. setvariable figure goblin
  2. setvariable location backpack
  3.  
  4. put stow r
  5. put get my paper
  6.  
  7. goto Experience
  8.  
  9. GetPaper:
  10. pause .1
  11. match GetPaper ...wait
  12. match GetPaper Sorry,
  13. match Fold You get a piece of plain origami paper
  14. match Fold You are already holding that.
  15. match GetPaper_Envelope What were you referring to?
  16. put get my paper
  17. matchwait
  18.  
  19. GetPaper_Envelope:
  20. pause .1
  21. match GetPaper_Envelope ...wait
  22. match GetPaper_Envelope Sorry,
  23. match Study You get a sheet of plain origami paper from your envelope.
  24. match Get_Envelope You must be either wearing or holding an origami-paper envelope before you can do that!
  25. match Empty_Envelope The envelope is empty.
  26. put pull my envelope
  27. matchwait
  28.  
  29. Get_Envelope:
  30. pause .1
  31. match Get_Envelope ...wait
  32. match Get_Envelope Sorry,
  33. match Wear_Envelope You get an origami-paper envelope
  34. match Wear_Envelope You are already holding that.
  35. match Exit What were you referring to?
  36. put get envelope
  37. matchwait
  38.  
  39. Empty_Envelope:
  40. pause .1
  41. match Empty_Envelope ...wait
  42. match Empty_Envelope Sorry,
  43. match Destroy_Envelope You remove an origami-paper envelope from your belt.
  44. match Destroy_Envelope You aren't wearing that.
  45. match Get_Envelope Remove what?
  46. put remove my envelope
  47. matchwait
  48.  
  49. Destroy_Envelope:
  50. pause .1
  51. match Destroy_Envelope ...wait
  52. match Destroy_Envelope Sorry,
  53. match Get_Envelope You tear up the empty envelope and toss it away.
  54. match Wear_Envelope You can't tear up the envelope while there's still paper inside.
  55. put poke my envelope
  56. matchwait
  57.  
  58. Wear_Envelope:
  59. pause .1
  60. match Wear_Envelope ...wait
  61. match Wear_Envelope Sorry,
  62. match GetPaper_Envelope You can't wear any more items like that.
  63. match GetPaper_Envelope You attach an origami-paper envelope to your belt.
  64. match GetPaper_Envelope You are already wearing that.
  65. put wear my envelope
  66. matchwait
  67.  
  68. Study:
  69. pause .1
  70. match Study ...wait
  71. match Study Sorry,
  72. match Fold You study your
  73. put study goblin instruction in my backpack
  74. matchwait
  75.  
  76. Fold:
  77. pause .1
  78. match Fold ...wait
  79. match Fold Sorry,
  80. match Destroy You make the final fold
  81. match Destroy You must be holding a piece of plain origami paper before you can do that!
  82. match GetPaper What were you referring to?
  83. match Experience Roundtime
  84. match Study You need to study your instructions before you begin to make something.
  85. put fold my paper
  86. matchwait
  87.  
  88.  
  89. ###################
  90. # Experience #
  91. # Check #
  92. ###################
  93.  
  94. Experience:
  95. match Experience ...wait
  96. match Experience Sorry,
  97. match Sleep (34/34)
  98. match Wait % dazed
  99. match Wait % bewildered
  100. match Fold EXP HELP
  101. put exp skill mech
  102. matchwait
  103.  
  104. Wait:
  105. put .sleep
  106.  
  107. Destroy:
  108. pause .1
  109. put exhale my goblin
  110. match Destroy ...wait
  111. match Destroy You gently blow
  112. match Destroy You blow gently
  113. match Destroy Sorry,
  114. match Experience between your hands before tossing away
  115. match Experience You drop
  116. match GetPaper Smoking commands are
  117. match Experience You toss a piece of paper away
  118. matchwait
  119.  
  120. Sleep:
  121. send look
  122.  
  123. Exit:
  124. echo Out of PAPER!!!
  125. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement