 |
Smooth Beginner
Joined: 05 Aug 2002 Posts: 25
|
Posted: Fri Jun 25, 2004 5:43 am
need some help with a trigger... |
Been trying for some time to get this to work, and I can't quite seem to figure it out. Here's what I need to do. Whenever I see this:
You emote: Tantrum hisses in basic: %^BOLD%^testing%^RESET%^
(where testing can be any random text) I want it changed to this:
You say: testing
with everything after "say:" in bold (bright white). Thanks in advance. |
|
|
 |
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Fri Jun 25, 2004 2:21 pm |
#TR {You emote: Tantrum hisses in basic: ~%~^BOLD~%~^(*)~%~^RESET~%~^} {#SUB You say: %ansi( white)%1}
This will also change the color of anything which comes after this, on the same line. That's unavoidable. |
|
|
 |
Smooth Beginner
Joined: 05 Aug 2002 Posts: 25
|
Posted: Sat Jun 26, 2004 7:50 pm |
Thanks a lot, works now :)
|
|
|
 |
|
|