Hello. I use the below macro on my paladin:
#showtooltip
/cast [mod:alt,@player] [@mouseover,help,nodead] Holy Light; [@mouseover,harm,nodead] [harm] Judgment; Holy Light
I would like for it to cast Judgement on my enemy if I have one targeted, however if I have a teammate targetted, it will cast Judgement on target of target. What is the best way to add this into my existing macro? Thanks.