i used this to get it working.

Code:

    elseif ($did == 209) { 
      did -r $dname 206
      var %x = 1
      while $nick(%uno.channel,%x) {
        did -a $dname 206 $v1 
        inc %x
      }
    }

    did $iif($did(80).state,-e,-b) AutoList 81,94-101,142-147
    did $iif($did(203).state,-e,-b) AutoList 209,204-207




smile i added the "Refresh" button (209)

here is what i added for controls.

Code:

  box "Points per Match", 204, 220 25 50 20, tab 202
  check "Enable Match", 203, 215 15 45 10, right tab 202
  edit "", 205, 235 34 20 9, autohs left  tab 202
  list 206, 220 52 50 52, size vsbar tab 202
  box "Select Players", 207, 220 45 52 60, tab 202
  list 208, 231 121 60 65, size vsbar 
  button "Refresh", 209, 260 15 25 9, default tab 202




maybe i should send you the whole thing again. with my resized images and all. ?