Quote Originally Posted by 'Garm',index.php?page=Thread&postID=122860#post122 860
First off, thank you poca and deceased, and all the rest for this thread/topic/ability. Absolutely insane stuff and very exciting no matter how hard it is at first. After swimming around with different approaches and failures for a while, I decided to just implement the 'follow' feature. If for nothing else than making collection quests much easier, and switching leaders for fun...

I have read through as much as I could before I was surely going blind and did not see this as a problem for anyone else, but let me know if I missed it ::: My toonA gets the 3 others to follow no problem. toonB gets toonA to follow her, but C+D just type into party chat or /say the [mod:alt] stuff. Then toonC+D get everyone to follow except toonA who says the [mod:alt] stuff.

I have a feeling that its something really minor like spelling or spacing. But i tried the FTL with just 2boxing at first and it worked and I felt like i grasped it. Throw in 2 more boxes and BAM, lol. I'll keep at it. Any thoughts?
Check your macros on all toons. I expect you have some extra new-lines in there (I had this problem too!).

e.g. instead of:
/target [mod:shift,target=ToonA][mod:ctrl,target=ToonB] ...

you have:
/target [mod:shift,target=ToonA]
[mod:ctrl,target=ToonB] ...

The macro editor wraps lines, and it can sometimes be hard to see real new-lines as opposed to line-wrapping.