so i have this macro
#showtooltip
/cast [pvptalent: 4/1] viper sting; [pvptalent: 4/2] scorpid sting; [pvptalent: 4/3] spider sting
it works when i change the talent the icon changes but i would like to have another one of these for my focus target so i thought
#showtooltip
/cast [target=focus] [pvptalent: 4/1] viper sting; [pvptalent: 4/2] scorpid sting; [pvptalent: 4/3] spider sting
would work but it doesnt, what do?

- - - Updated - - -

nvm fixed it
#showtooltip
/cast [@focus,exists,nodead,pvptalent: 4/1] Viper Sting; [@focus,exists,nodead,pvptalent: 4/2] Scorpid Sting; [@focus,exists,nodead,pvptalent: 4/3] Spider Sting;