04.09.2013, 22:32
Never, ever, ever use goto. Do-While would be an appropriate structure here.
However, I'd just do a general loop and add all players that are in range to a new iterator. Then pick a random player from the newly created iterator.
However, I'd just do a general loop and add all players that are in range to a new iterator. Then pick a random player from the newly created iterator.