Quote Originally Posted by 'OLIPCS',index.php?page=Thread&postID=120535#post1 20535
So if I am running through a BG I can hit '1' and hit and tell the alts to follow toon1 and if I hit '3' it would tell them all to follow toon3
nope, in both cases you would hit '1' (if thats what you set up for your follow), and if your active played toon is toon1 (the toon which window has the focus) they follow toon1 if it is toon3 they follow him.
The current client will always receive the key without any modifiers. The other clients will always get the key with a modifier that indicates which client pressed the key. For example:

ALT - ToonA
CTRL - ToonB
SHIFT - ToonC

You can combine the modifiers also, but I used just one per character to make it simple to explain.

When ToonA is the current client and you press 1 then ToonB and ToonC will get ALT-1. When ToonB is the current character then ToonA and ToonC will get CTRL-1. Now, if 1 is the follow macro then the macro must say:

If ALT-1 then follow ToonA
else If CTRL-1 then follow ToonB
else If SHIFT-1 then follow ToonC
else do nothing

Off the top of my head (I.E. I bet it won't work as-is), that would be:
/follow [mod:alt,target=ToonA][mod:ctrl,target=ToonB][mod:shift,target=ToonC]