|
trackmike Newbie
Joined: 13 Sep 2001 Posts: 8 Location: USA
|
Posted: Thu Feb 12, 2004 8:44 pm
Coloring rooms in automapper with triggers |
Is it possible to change the color of the current room in the automapper with a trigger from a phrase in the room description? i.e. If the room descriptions says "there is a player-owned castle here", then the room on the map gets colored blue.
|
|
|
|
nexela Wizard
Joined: 15 Jan 2002 Posts: 1644 Location: USA
|
Posted: Thu Feb 12, 2004 10:51 pm |
As long as you are in map mode you can do something like this
#tr {there is a player-owned castle here} {#call %roomcol(,blue)}
Note the coma in %roomcol
tested with 6.67 |
|
|
|
|
|