this is the trigger I have set..
<triggers>
<trigger
custom_colour="7"
colour_change_type="1"
group="pk"
match="^You follow (.*?) (.*?)$"
regexp="y"
send_to="2"
sequence="100"
>
<send>You sTaLk %1-------------------------------------------------( %2 )</send>
</trigger>
</triggers>
I need to set different colors for the out put's to make them easier to see as I am drug all across the world during a Player Kill. Is there any way yo make lets say %1 display as one color and %2 another when sending to the output?
<triggers>
<trigger
custom_colour="7"
colour_change_type="1"
group="pk"
match="^You follow (.*?) (.*?)$"
regexp="y"
send_to="2"
sequence="100"
>
<send>You sTaLk %1-------------------------------------------------( %2 )</send>
</trigger>
</triggers>
I need to set different colors for the out put's to make them easier to see as I am drug all across the world during a Player Kill. Is there any way yo make lets say %1 display as one color and %2 another when sending to the output?