My trigger:
<triggers>
<trigger
custom_colour="7"
enabled="y"
group="People"
match="* black man with a mohawk *"
name="Ardon"
omit_from_output="y"
script="Color_Names"
send_to="12"
sequence="100"
>
<send>
</send>
</trigger>
</triggers>
(I have one for each person's description to replace)
The text I'm trying to replace:
The black man with a mohawk swiftly dodges the brown eyed woman's pierces.
I'd like to get it to only color the description and adding the name of the person, resulting in:
The black man with a mohawk (Name1) swiftly dodges the brown eyed woman's (Name2) pierces.
What it does right now is adds the last trigger it matches to the front of the line:
[Name2] The black man with a mohawk swiftly dodges the brown eyed woman's pierces.
So there's not a problem with the trigger other than recreating it to do exactly what I want.
Additional Info:
The script language is VB and the client version is 4.84
<triggers>
<trigger
custom_colour="7"
enabled="y"
group="People"
match="* black man with a mohawk *"
name="Ardon"
omit_from_output="y"
script="Color_Names"
send_to="12"
sequence="100"
>
<send>
</send>
</trigger>
</triggers>
(I have one for each person's description to replace)
The text I'm trying to replace:
The black man with a mohawk swiftly dodges the brown eyed woman's pierces.
I'd like to get it to only color the description and adding the name of the person, resulting in:
The black man with a mohawk (Name1) swiftly dodges the brown eyed woman's (Name2) pierces.
What it does right now is adds the last trigger it matches to the front of the line:
[Name2] The black man with a mohawk swiftly dodges the brown eyed woman's pierces.
So there's not a problem with the trigger other than recreating it to do exactly what I want.
Additional Info:
The script language is VB and the client version is 4.84