|
waingro Newbie
Joined: 27 Feb 2005 Posts: 1
|
Posted: Sun Feb 27, 2005 4:45 am
triggers for color |
I am trying to write psub or sub triggers to show combat messages in color. currently they do not show in color at all.
ie - currently shows:
Your attack mauls Treant in its head with your drow sword!!
and i want it to show the "mauls" portion in a different color. any help/suggestions, or even a place where i could see some examples would be nice. thanks |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Feb 27, 2005 10:13 am |
#trigger {mauls} {#cw 12}
#trigger {Your attack mauls} {#sub {Your attack %ansi(15)mauls}}
#trigger {mauls} {#sub {~<color red~>mauls~</color~>}}
Why do you need a #sub or #psub? Doing something else, too? |
|
_________________ EDIT: I didn't like my old signature |
|
|
|
|
|