Id: 3509; Nick: uN; Timestamp: 2007-12-31 16:59:20; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
10
11
12
on *:TEXT:!add *:#:{
  if (%gather == 1) {
    var %x = 1, %s
    while ($($+(%,nick,%x),2) != $null) { var %s = %s - $v1 |  inc %x }
    if (%x == 11) { notice $nick Team is full }
    else {
      set $+(%,nick,%x) $2 
      notice $nick $2 is now player %x
    }
    notice $nick Team: $right(%s,-1)
  }
}
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.