|
anfalas Newbie
Joined: 10 Dec 2004 Posts: 3
|
Posted: Fri Dec 10, 2004 10:55 pm
Changing colors on the mapper? |
I cannot seem to figure out how to use %roomcol at all. Is there a way to color a room on the map without manually doing it each time?
|
|
|
|
parrotslave Wanderer
Joined: 01 Jul 2002 Posts: 81 Location: USA
|
Posted: Sat Dec 11, 2004 12:40 pm |
To color a room white from the command line:
#noop %roomcol( %roomid, white)
Or use it in an alias:
#alias roomwhite {#VAR maplocked %maplocked;#CALL %maplocked( 0);#noop %roomcol( %roomid, white);#CALL %maplocked( @maplocked)} |
|
|
|
Htor Beginner
Joined: 30 Sep 2004 Posts: 11
|
Posted: Tue Dec 14, 2004 9:13 am |
I did it a little bit differently
#alias mcm {#menu {Mapper|file|Map Creation Mode}}
#alias fm {#menu {Mapper|file|Follow Mode}}
#alias purple {%roomcol( ,purple)}
This is works if you are mudding at the time and want to change the color of the room you are in. |
|
|
|
|
|