NAME
*SetPartColorList - Sets the ordered list of colors to use for auto coloring.
SYNTAX
*SetPartColorList(color1,color2,...,colorN)
TYPE
hm.cfg Command
DESCRIPTION
Sets the ordered list of colors to use for auto coloring.
colors
The ordered list of colors, separated by commas. Valid color values are 1-64.
EXAMPLES
To set the auto color list to 2, 4, 6, 8, 1:
*SetPartColorList(2,4,6,8,1)
ERRORS
None.
SEE ALSO