|
zirwashere Newbie
Joined: 18 Mar 2006 Posts: 2
|
Posted: Sat Mar 18, 2006 11:36 pm
Name Highlight |
What I'm doing right now #trigger {name} {#color red} seems to highlight the whole line or paragraph the name is in. Could someone pleaes tell me how to highlight just the name? Thanks.
|
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Sun Mar 19, 2006 12:40 am |
#trigger {{name}} {#cw red}
This is available via the trigger wizard, press ctrl-t for easy access, choosing "Change the color of certain words from the MUD".
Note: Later while picking the colors do not use the color drop downs they don't work use the color pickers instead.
<edit>
the double curly braces are not required round name if it is only a single word so
#trigger {name} {#cw red}
will work, they are required if it is a list, say for instance matching on Zugg, Darker and Taz it has to be
#trigger {{Zugg|Darker|Taz}} {#cw red}
</edit> |
|
_________________ Taz :) |
|
|
|
zirwashere Newbie
Joined: 18 Mar 2006 Posts: 2
|
Posted: Sun Mar 19, 2006 1:04 am |
Works like a charm. Thanks much.
|
|
|
|
|
|