In zMUD, the %btncol function had the syntax:
%btncol( button, background-color, text-color)
In CMUD, this is reversed if you specify both colors. When setting both colors, the syntax in CMUD is:
%btncol( button, text-color, background-color)
Note that when just setting a single color, the syntax is still:
%btncol( button, background-color)
which is the same as in zMUD. |