I need to test to see if each player in my aforementioned mod are still in the game.
Basically, I've got a "catch-all" resetGame function that will reset the game from scratch if something breaks. So I have an array of all the players in the game, and I need to test each of those values to test for sure whether they're actually still IN the game. Is this possible?
Basically, I've got a "catch-all" resetGame function that will reset the game from scratch if something breaks. So I have an array of all the players in the game, and I need to test each of those values to test for sure whether they're actually still IN the game. Is this possible?