Weegee

UNO script (Bot spielt bei mehr als einem Mitspieler mit)

Mar 14th, 2010
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. Presumably changing this section of code:
  2. Code:
  3.  
  4. # bot joins if one player
  5. if {[llength $RoundRobin] == 1} {
  6. incr UnoPlayers
  7.  
  8. to have {[llength $RoundRobin] == [expr $UnoMaxPlayers + 1]} or just whatever number you want, would work... Can't say I've tried it.
  9.  
  10. I've sent the author a number of bug reports (such as needing to automatically remove players if they leave or quit the channel, before and after the game starts, and accounting for player NICK changes... The game doesn't account for nickchanges.. And there is a problem with the UnoFast score) with no response.
Add Comment
Please, Sign In to add comment