Alright I'm making a script that when it will match on different player names it will put those player names in a certain colour from then on so far I have the trigger to put the names in the variable and it is:
I thought about doing something like:
If world.getvariable("mag") = "Lala" then
And that would change the colour of Lala from then on whenver I saw it to Red.
I guess we could match on a trigger, but I'm not sure
Thanks for the Help
Hoss
<aliases>
<alias
match="mag *"
enabled="y"
send_to="12"
sequence="100"
>
<send>world.setvariable "mag", world.getvariable("mag") & "%1"</send>
</alias>
</aliases>
I thought about doing something like:
If world.getvariable("mag") = "Lala" then
And that would change the colour of Lala from then on whenver I saw it to Red.
I guess we could match on a trigger, but I'm not sure
Thanks for the Help
Hoss