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:Originally Posted by 'OLIPCS',index.php?page=Thread&postID=120535#post1 20535
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]
Connect With Us