roomcol
Syntax: %roomcol(vNum,color)
Return or set the color of a room. The Color can be a string like "red", "blue", etc. Or it can be an RGB value in the format $RRGGBB where each value is a hexadecimal value. For example, $FF0000 sets the color to all red. If vNum is omitted, the current room is used.
roomcol Example:
#CALL %roomcol(,blue)
sets the color of the current room to blue. |