Quote Originally Posted by Smedbox View Post
I actually do use "focus" on the first line in my Follow macro, but only temporarily inside the macro to be able to switch back to the currently selected target with "target @focus" at the end. And the last line is "clearfocus".

Off the top of my head, my Follow macro is:

focus
targetexact [ctrl] MyChar1
targetexact [shift] MyChar2
targetexact [alt] MyChar3
targetexact [ctrl] [shift] MyChar4
targetexact [ctrl] [alt] MyChar5
follow
target @focus
clearfocus

My Assist macro is:
assist [ctrl] MyChar1
assist [shift] MyChar2
assist [alt] MyChar3
assist [ctrl] [shift] MyChar4
assist [ctrl] [alt] MyChar5

The reason I use Modifiers is to reduce the number of macros on the action bar. Just one Follow macro and just one Assist macro for five chars. Though I actually have ten accounts, so there's two Follow macros and two Assist macros. It'll use the first Follow macro when my "main" is one of the first five chars, and the second Follow macro if my "main" is one of the other five chars.
Ahh, yes you are using the one I saw on the isboxer site. I just hate using modifiers for that stuff. I know, I am weird lol.

Your observation about my focus positioning in my first macro turned out to be the culprit. Switched them around and now it works fine! Thank you so much. Sometimes it helps to have a second set of eyes review things

-swiss