Advertisement
Dartellum

Journal write

Feb 22nd, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. custom_require.call(%w[common])
  2.  
  3. def write
  4. unless DRC.bput("remove my journal", "You remove", "You detach", "What were") == "What were"
  5. case DRC.bput("write my journal", "You write", "Flipping to a blank page", "Having recently written", "As you open your journal")
  6. when /Having recently written/
  7. DRC.bput("wear my journal", "You attach")
  8. exit
  9. end
  10. DRC.bput("wear my journal", "You attach")
  11. end
  12. end
  13.  
  14. write
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement