So I have figured out adding Users to a Player_List inside Tournaments and to display a Random member of that list into a bracket display.
My issue now is in my 8 person bracket all 8 players are the SAME random person.
I am trying to figure out how to remove a person from being chosen at random when added to the tournament bracket.
I have 8 fields (Player1 to Player8). Drawing from my Player_List that I added. I want to random place those Users into the 8 available fields with no repeats. On a side note if I only have 7 players I need to place a Word (BYE) into that Player# field.
Thanks
Scott