I don't want to go full FTL with my 10 box team but I would like to go leaderless at least. That way if my main dies I can continue by just using another.

I'm using a focus setup now where everyone does a /cast [target=focustarget]. What I want to do is have my follow button also set the focus to whoever I pressed it with.

Everyone knows the standard FTL macro
Code:
/assist 
[mod:ctrl,mod:shift,nomod:alt]ToonA;
[mod:ctrl,mod:alt,nomod:shift]ToonB;
[mod:alt,mod:shift,nomod:ctrl]ToonC;
[mod:ctrl,mod:alt,mod:shift]ToonD;
[mod:ctrl,nomod:alt,nomod:shift]ToonE
Now how could I change that to allow 10 different targets? Do wow macros allow left and right as part of the modifiers..like lctrl and rctrl? And can I split the macro into 2 separate macros and use /click because it will be too long?

Thanks for the help.