LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat May 03, 2003 11:59 pm |
roomcol
Syntax: %roomcol( room, [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 room is omitted, the current room is used.
To get the color of the current room
#SHOW %roomcol()
LightBulb
Advanced Member |
|