I've been trying to get this damn change main macro working for hours now. I do not know what is going on. I've tried both of the recommendations in the macro forums, but cannot get either to work.

I've tried using both of the ones below with no success. Those are my toon names. Cowgirl being the main. I'm trying to make the preference order Cowgirl, Schox, Hoofem, Crazyhorns, and finally Itches.

Even with keyclone running, the /focus or /clearfocus command will only run on the window in which it is clicked. It does not appear to work as other keyclone commands do. Maybe I'm totally missing something.

Set Focus to a LIVE toon (The IT Monkey):
(Replace "toon#" with your toons names.)

/clearfocus
/focus Cowgirl
/stopmacro [target=focus, exists, nodead]
/focus Schox
/stopmacro [target=focus, exists, nodead]
/focus Hoofem
/stopmacro [target=focus, exists, nodead]
/focus Crazyhorns
/stopmacro [target=focus, exists, nodead]
/focus Itches


I've also tried the assist method but can't get it to work either.
Assisting without Focus (Fortis):

/target [target=Cowgirl, nodead] [target=Schox, nodead] [target=Hoofem, nodead] [target=Crazyhorns, nodead] [target=Itches, nodead]
/assist target

-----------------------------------------------------------------------------