Hello friends, quick question. Say I run the below block of code over 50 lineups - I want to ensure that all players in the group have a minimum of say, 10% ownership. How would I do this? I tried writing a simple for loop but it says that PlayersGroup cannot be iterated.
Hello friends, quick question. Say I run the below block of code over 50 lineups - I want to ensure that all players in the group have a minimum of say, 10% ownership. How would I do this? I tried writing a simple for loop but it says that PlayersGroup cannot be iterated.
Any thoughts?