I have a Quest type game where the players go through a series of challenges.
I now have the game end when 10 players complete all the quests.
I now have a counter counting the number of players finishing the last quest. And make that targe number 10.
Trouble is, I sometimes have just 15 or so competing and sometimes have over 20.
Is there a way to count the number of players and divide that number in half.
Then the session is over when at least HALF (or actually any percentage) of the players are finished all the quests.