<aliases>
<alias
match="t"
enabled="y"
sequence="100"
>
<send>$world->SetVariable("target", " ");</send>
</alias>
</aliases>
I'm not really sure how to change a variable with an alias so I figured I'd use my new found knowledge and script it up. Would this be the correct way to go about changing it? My intent was to Type in
T RAT
and it change the target to rat. And then all my other aliases would do something like FRENZY @TARGET.
<alias
match="t"
enabled="y"
sequence="100"
>
<send>$world->SetVariable("target", " ");</send>
</alias>
</aliases>
I'm not really sure how to change a variable with an alias so I figured I'd use my new found knowledge and script it up. Would this be the correct way to go about changing it? My intent was to Type in
T RAT
and it change the target to rat. And then all my other aliases would do something like FRENZY @TARGET.