I use to know this code that allows you to type PK ____ and it would be set to my aliases like sw would be sweep PKtarget. Heres the code, but i dont know how to use it. sub OnAttacker (Triggername, triggerline, arrWildCards)
Dim Sense
Sense = split (arrWildCards (1))
world.SetVariable "Attacker", sense (ubound (sense))
World.setstatus "Current Target = " & Cstr (world.getvariable ("attacker"))
End Sub
Dim Sense
Sense = split (arrWildCards (1))
world.SetVariable "Attacker", sense (ubound (sense))
World.setstatus "Current Target = " & Cstr (world.getvariable ("attacker"))
End Sub