|
Morpheus@Genesis Newbie
Joined: 23 Jul 2004 Posts: 1
|
Posted: Fri Jul 23, 2004 6:03 am
Trigger on Variables list problem |
Hi!
Plase help!
I would like to have a trigger that colors what people say to me.
I thought I would put all the different speach patterns into a variable and trigger on those values.
So I created a variable that I called "communications". For value I entered "says"
Then I made a trigger.
Pattern: @commuications
Command: #CO red
This worked just fine.
It would work like this.
Ludo says: How are you.
And it would come out red. Which was a good thing as it was what I wanted.
HOWEVER
Sometimes Ludo will mumble. So I added "mumbles" to the variable "communications".
After I added this second word, the trigger did not work at all! What am I doing wrong???
I have nothing in the defalt value box. I use 7.05.
Morpheus |
|
|
|
Danlo Magician
Joined: 28 Nov 2003 Posts: 313 Location: Australia
|
Posted: Fri Jul 23, 2004 9:16 am |
You need to surround the variable Communications by a set of braces, in the trigger pattern:
#trigger {%w {@Communications}:} {#co red} |
|
|
|
|
|