Quote Originally Posted by 'hirahito',index.php?page=Thread&postID=122888#pos t122888
OK. Let me address each of these in turn.

Solo play - Unaffected. Here's why.

Let's assume, for the sake of argument, that you're soloing with ToonA. ToonA presses the tilde key for follow and gets a LCTRL+LSHIFT+LALT+TILDE. If you'll notice, the macro for the follow on ToonA ignores this combo, so the follow key would do nothing. Macros for, say, Lightening Bolt would NOT have a /stopmacro [nomod] at the beginning, but they wouldn't have the [target] line for CTRL-ALT-SHIFT, so it would just fall through to the /cast Lightening Bolt.

Thus, solo play would be unaffected.

MULTI-BOXING. In this example, you say ToonB is in control and I'm hitting follow (tilde). In my mapping, this equates to CTRL+ALT+TILDE. This is sent to ALL of the boxes, so A, C-E all start following B, as planned. Ah. I see your point. Since the start of the macro is /stopmacro [nomod], it won't stop and it will try and /follow itself. The first line needs to be /stopmacro [nomod][mod:ctrl,mod:alt] which will make it ignore the follow command.

I'll make sure and make that change. Thanks for pointing it out.
I don't understand this line: I'm hitting follow (tilde). In my mapping, this equates to CTRL+ALT+TILDE.

In order to do that, don't you need a Tilde --> FollowB hotstring? And an equivalent for each toon?