jbrocky

Untitled

Jan 6th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.37 KB | None | 0 0
  1. custom_require.call(%w[common])
  2.  
  3. loop do
  4.   case DRC.bput('forage dirt', 'You manage', 'You wander')
  5.     when 'You manage'
  6.     result = DRC.bput('put my dirt in my vial', 'You briefly twist', 'any more room')
  7.     break if result =~ /any more room/
  8.   end
  9. end
  10.  
  11. 2.times {
  12.   case DRC.bput('drop my dirt', 'You drop', 'What were')
  13.   when 'What were'
  14.     break
  15.   end    
  16. }
Advertisement
Add Comment
Please, Sign In to add comment