Quote Originally Posted by Sin Saint View Post
I use macros to switch my "master" and "slave" toons. Those macros keybinds also switch picture in picture. Each character has 5 macros. I added /jamba-team iammaster all to my master macros and /jamba-follow master to all of my slave macros. This seems to have worked.


my macros look like this

(master macro, one on each toon)
/clearfocus
/script SetBinding("W", "MOVEFORWARD")
/script SetBinding("A", "TURNLEFT")
/script SetBinding("S", "MOVEBACKWARD")
/script SetBinding("D", "TURNRIGHT")
/script SaveBindings(1)
/jamba-team iammaster all
/jamba-follow strobeonme all
/console autointeract 0

(slave macros, 4 on each toon)
/focus ToonName
/script SetBinding("W", "MACRO Follow")
/script SetBinding("A", "MACRO Follow")
/script SetBinding("S", "MACRO Follow")
/script SetBinding("D", "MACRO Follow")
/script SaveBindings(1)
/console autointeract 1
/jamba-follow master
Are those IS commands to switch master/client using the "native" ftl?