I finished the project i was working on. So now before i convert the variables, i would like a better idea of just how far i can go with them. I have a dozen or so checkboxes, a few color selection combos. So in the calling script it goes something like if (%var == on) do this ...... so now its if ($hget(tablename,name) == on) do this. Would this work pretty much the same with the color variables too?
Example of calling colors:
echo @DCC.Info $timestamp  $+ %ME322x *** DCC Send from $nick REJECTED ( $filename ) File Type REJECTED.
Would now be more like this?
echo @DCC.Info $timestamp  $+ $hget(Tablename,ME322x)*** DCC Send from $nick REJECTED ( $filename ) File Type REJECTED.

Is that right?