the display for round-robin won't work due to how round robin works.

on the RR list: 1, 2

characters: joe, sam, sue

starting clean: rr.1(joe) rr.2(joe)

hit 1: rr.1(sam) rr.2(joe)
hit 1: rr.1(sue) rr.2(joe)

hit 2: rr.1(sue) rr.2(sam)

hit 1: rr.1(joe) rr.2(sam)


i hope that makes sense. each key has it's one round robin list...