Solaras Wanderer
Joined: 11 Mar 2002 Posts: 93
|
Posted: Mon Jul 05, 2004 10:17 pm
%roomname and highlighting |
I am trying to find a way to gag and highlight certain rooms.
I want to take a trigger that is basically like this
you see goerge at The Bar.
and find a way to use something like
You see (%w) at (*)
and use a way to check that %2 is a roomname in a particular zone
let say the room is in a place called City1
I want to verify that "The Bar." Is a roomname in the zone "City1"
and if so highlight it, if not gag it.
Is there a way to do this without a huge stringlist of every zone's roomnames?
I was thinking something like
#IF (%ismember(%2, %zonename(City1)) {highlight} {gag}
but this doesnt seem right |
|