Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- custom_require.call(%w(common))
- # variable 1 is the pouch location, variable 2 is the trader!
- if variable[1].eql? 'help'
- echo "Variable 1 is the container the pouches are in, and variable 2 is the person to sell them."
- exit
- end
- loop do
- case DRC.bput("get suede pouch in my #{variable[1]}", 'You get', 'What were')
- when 'You get'
- fput("give my suede pouch to #{variable[2]}")
- waitfor ('offers you')
- pause 2.5
- fput("accept tip")
- case DRC.bput("accept", 'You accept', 'You have no offers')
- when "You accept"
- fput "put my pouch in bucket"
- end
- when 'What were'
- fput('accept tip')
- exit
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment