Quote Originally Posted by Ozbert View Post
EDIT2: Seems that /click doesn't accept the same modifiers as /cast, in spite of what what various macro references say:

'/click ActionButton1' works on whatever I have targetted. '/click [@focustarget] ActionButton1' does not work on whatever my focustarget is.
That sounds about right since /click is different from /cast and /use. Just make the macro:
Code:
/target [@focustarget]
/click ActionButton1