Quote Originally Posted by 'Tizer',index.php?page=Thread&postID=107083#post10 7083
I guess from the instructions on the curse site to following does that:

/script SetBinding("`","MOVEBACKWARD")
/script SaveBindings(1)
note: I have move backwards bound to `, for easy stop access
Breaking follow is fine. But if you run a mod that Follows every X seconds (Mine runs 1x a second) you will drink for 1 second, then stop drinking and stand up when the next /follow is issued.

My solution for this is a set of macro's...

/script fzStart("Name")
/script fzStop()
/script fzStart()

Start with no command just follows the last master, Start with a name clears the old name and starts following the new one, etc...

My mods completely written for RDX so I've been passivly looking for a new solution that doesn't involve me coding.