Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- custom_require.call(%w[common])
- fput('wield my t hammer')
- loop do
- if !DRRoom.dead_npcs.empty?
- result = DRC.bput('loot', 'You search', 'I could not find')
- if result =~ /You search/i
- loop do
- result = DRC.bput('get coin', 'You pick', 'What were')
- break if result =~ /What were/i
- end
- loop do
- result = DRC.bput('stow gem', 'You pick', 'Stow what?')
- break if result =~ /Stow what?/i
- end
- end
- end
- if DRRoom.npcs.empty?
- pause 1
- else
- fput('lob')
- waitrt?
- DRC.bput('get my t hammer', 'You pick up', 'You are already')
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment