Guest User

Untitled

a guest
Jan 18th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. require_relative 'Mercury/Core'
  2. Penguin = Mercury.new()
  3. print "Type in Username:"
  4. username = gets.chomp
  5. print "Type in Password:"
  6. password = gets.chomp
  7. Penguin.login(username,password,"Beanie")
  8. Penguin.room("Town")
  9. Penguin.coin(100)
  10. Penguin.rest(3)
Add Comment
Please, Sign In to add comment