what is round robin
round-robin is a term from scheduling algorithms. basically, it allows you to specify a key that will be sent to individual clones, one per keypress.
this is very useful in games where you have an action that can only be performed on a target once and has a cooldown timer. if all 10 clones were to do it at once, it would waste 9 of them. instead, you round robin the key such that when you hit the key, only one character will perform the action... allowing you to save the other 9.
to add keys to the list, go to the setup area, click 'round-robin' and click in the window just below the list. then hit the keys you wish to add.
note: to remove keys, select the key in the list and hit delete
Connect With Us