|
nutsnbolts Apprentice
Joined: 01 May 2002 Posts: 188 Location: USA
|
Posted: Sun Jun 16, 2002 1:39 am
Specific #CW color on text |
I'm wondering whether there is a specific way on getting text to be a different color specifically.
For instance, if i want to:
#trigger {up|north|east|south|west|down} {#CW {green, bold}}
I just want those to be specifically highlighted..
Not whenever in the mud shows,
group
downside mountain is here ravenning over the wall.
Thank you for everything, it's always appreciated. |
|
|
|
fattony Apprentice
Joined: 27 Dec 2001 Posts: 105 Location: USA
|
Posted: Sun Jun 16, 2002 1:49 am |
Probably not the best solution, but you could put parenthesis on both sides. Ex- (up)(north)(east) etc.
Fat Tony |
|
|
|
nutsnbolts Apprentice
Joined: 01 May 2002 Posts: 188 Location: USA
|
Posted: Sun Jun 16, 2002 2:21 am |
That actually doesn't work. I tried it and it's still doing the same thing.
Thank you for everything, it's always appreciated. |
|
|
|
DeathShadow Adept
Joined: 11 Nov 2000 Posts: 228 Location: USA
|
Posted: Sun Jun 16, 2002 10:36 am |
greetings,
Have it match a space after the word.. for example:
#trigger {{up |north |east |south |west |down }} {#CW {green, bold}}
You might want to add northwest,southwest,northeast,southeast too...
-ds
zMud 6.26a; Win98/Win2000/WinXP |
|
|
|
DeathShadow Adept
Joined: 11 Nov 2000 Posts: 228 Location: USA
|
Posted: Sun Jun 16, 2002 8:58 pm |
Oops! I posted incorrectly! *gasps!*
The trigger should read:
#Trigger {{ up | north | east | south | west | down }} {#cw {bold,green}}
Sorry! :P
zMud 6.26a; Win98/Win2000/WinXP |
|
|
|
|
|