This is wierd...i tried to post this once, it appeared that it had been posted...but i dont see it smirk I'll try again..

That tip works great! I used it to do sth very much like to the /ulist command, but better looking :P
Code:
/listusers {
  set %level $$1
  set %uz 1
  echo -ag -
  echo -ag *** Beginning of List: User level %level
  while (%uz <= $ulist(*,0)) && ($ulist(*,%level,%uz).info != $null) {
    echo -ag User number %uz is $ulist(*,%level,%uz).info ( $ulist(*,%level,%uz) )
    inc %uz
  }   
  echo -ag *** End of List: Users level %level
  echo -ag -
}
Here i search and list the address and the name(info part) of the users with the level i choose.

Is ther anyway to search and list the users by the INFO part in the userlist?


"All we are saying is give peace a chance" -- John Lennon