Guest
Public paste!

z

By: a guest | May 23rd, 2009 | Syntax: None | Size: 1.34 KB | Hits: 462 | Expires: Never
Copy text to clipboard
  1. Marky's Color Uno
  2. Copyright (C) 2004-2008 Mark A. Day (techwhiz@embarqmail.com)
  3.  
  4. Uno(tm) is Copyright (C) 2001 Mattel, Inc.
  5.  
  6. This is a simple uno game that I wrote for eggdrop-1.6. It plays much
  7. like other uno bots, responds much faster, makes use of color, has play
  8. shortcuts, and the robot player wins games ;-)
  9.  
  10. Bot commands:
  11.  
  12.  !unocmds       command list
  13.  !remove [nick] remove [nick] (or yourself) from the current game
  14.  !unowon [nick] show score for [nick]
  15.  !unotop10      top10 scores
  16.  !unotop10 21   top10 blackjack winners
  17.  !unotop3last   last month's Top3
  18.  !unofast       monthly fastest game record
  19.  !unohigh       monthly high score record
  20.  !unostats      this months records
  21.  !unorecords    all-time records
  22.  !uno           start an uno game
  23.  !stop          stop uno
  24.  
  25.  Removing someone other than oneself is limited to channel ops.
  26.  
  27. Commands during play:
  28.  
  29.  jo     join an uno game
  30.  od     show current playing order
  31.  ti     show current game running time
  32.  ca     re-display and sort cards in hand
  33.  pl     play a card
  34.  cd     show current top card
  35.  tu     show whose turn it is
  36.  dr     draw a card
  37.  co     change color
  38.  pa     pass to next player
  39.  ct     show how many cards each player has left
  40.  st     card stats
  41.  
  42. Examples of card play:
  43.  
  44.   to play a blue 4 card: pl b4
  45.   to play a red skip card: pl rs
  46.   to play a yellow draw two card: pl yd
  47.   to play a wild draw four card: pl wd
  48.  
  49. Enjoy,
  50. Marky