|
selch Beginner
Joined: 19 Dec 2003 Posts: 15 Location: USA
|
Posted: Tue Apr 20, 2004 3:36 pm
Color Toolbar? |
This is either a feature request or a plea for help. I'd love to have a color toolbar somewhere on my interface rather than have to go to properties to set the color of a room. Is this possible now? If not, there's my feature request.
thanks |
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Tue Apr 20, 2004 6:10 pm |
Heres something to change the room color when your walking around in your map You could also make this into buttons or macros with a a little work (a diff button/macro for each color).
#ALIAS Mcolor {#IF %maplocked() {#call %maplocked(0);#call %roomcol(%2,%1);#call %maplocked(1)} {#call %roomcol(%2,%1)}}
To use just type.
mcolor colorname
or for a room other than what your in
mcolor colorname vnum
#HELP %colorname
has a list of well colornames :P |
|
|
|
|
|