|
rabek Beginner
Joined: 24 Nov 2011 Posts: 13 Location: United States
|
Posted: Tue Jul 18, 2017 2:23 am
#show and #color |
I have a trigger that does a #show upon receiving certain text.
I want to color the output of the #show a specific color.
I do:
#show blah blah
#color blue
and it prints the #show but colors the line that triggered the trigger instead of the #show output.
I tried using #cw and #say instead, and it didn't help.
Any suggestions? |
|
|
|
mikeC130 Apprentice
Joined: 03 Jul 2006 Posts: 110
|
|
|
|
rabek Beginner
Joined: 24 Nov 2011 Posts: 13 Location: United States
|
Posted: Wed Jul 19, 2017 8:58 am |
This does seem to work, thank you!
Is there a way to use non-ansi colors with #SHOW or #SAY? %ansi doesn't seem to read it properly. I tried using %color and %colorname, and that also didn't work. |
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Sun Jul 23, 2017 7:33 am |
You can use hexadecimal colors if you know the code, just use #RRGGBB in place of the color word
for example:
#SAY {<color #FF5733>some text</color>} |
|
_________________ Discord: Shalimarwildcat |
|
|
|
|
|