Originally Posted by 'violent5',index.php?page=Thread&postID=149098#pos t149098
Maybe create a set of five macros like these for each character and bind them to the same keys that switch pip. I found these somewhere on the forums a while back.
/focus main
/script SetBinding("W", "MOVEFORWARD")
/script SetBinding("A", "TURNLEFT")
/script SetBinding("S", "MOVEBACKWARD")
/script SetBinding("D", "TURNRIGHT")
/script SaveBindings(1)
and four of these
/focus follower
/script SetBinding("W", "MACRO Follow")
/script SetBinding("A", "MACRO Follow")
/script SetBinding("S", "MACRO Follow")
/script SetBinding("D", "MACRO Follow")
/script SaveBindings(1)