ok to anyone else working on a nicklist and trying to colorize font and have it selectable ..... ive come up with a way to do it so that it works using mdx color settings

here is an alias i had to make to get the rgb value to set correctly
Code:
alias clr { return $rgb($gettok($hget(nicklist,$1),1,44),$gettok($hget(nicklist,$1),2,44),$gettok($hget(nicklist,$1),3,44)) }


which i used like this to retrieve the color variable in the hashtable like this

did -i $dname 1 1 settxt color $rg(fontcolor)




D3m0nnet.com