So I started working on my first bot macro for myself and all is working quite nicely, except one thing bugs me. Targeting for bot was to work purely by assisting its master which is fine, mostly. Problem is, if master toon has himself targeted and bot assists, bot cannot get target for master. Ok this is not a major problem i can work around it, but makes the code unelegant.
Just wondering why when you have yourself targeted and bot assists it cannot get target (seems to get an old target or maybe random target instead), but if master have any other pc / npc targeted bot can get target. Or is there is an a simple way around this?
TIA
btw code for assist is simply -
Sub AssistME
/assist @mastersname
/varset FlowFlag 0
/delay 1s
/tell @mastersname %t is target.
/return

