Any idea's for a spread out macro with this setup? Seeing as the leader is dynamic, I am having trouble conceptualizing a way to have the slaves move correctly.
Jep. Simple use hotstrings for your formations

Example for 3 toons:

- On all toons "move left" is bound to a key and "move right" ist bound to a key, for my example this will be the left arrow key(LEFT) and the right arrow key(Right).
- you need a key for your formation, in my example it will be 'f'

To do a simple line, where one of the followers moves right, the other moves left, do the follwoing hotstrings in keyclone on each toons keymap:

ToonA:
f -> line.master.a
LEFT -> line.master.b
RIGHT -> line.master.c
ToonB:
LEFT -> line.master.a
f -> line.master.b
Shift+LEFT -> line.master.c

ToonC:
RIGHT -> line.master.a
Shift + RIGHT -> line.master.b
f -> line.master.c

This does the following:
If toonA is the 'leader', toonB moves left, toonC moves right
If toonB is the 'leader', toonA moves left, toonC moves right
If toonC is the 'leader', toonB moves left, toonA moves right

hope, this demonstrates the concept, if you have further questions, feel free to ask