Quote:
Originally Posted by regalis
I think x[number] will be everytime = 0 !
|
That's good bacause the test is != 1 (0 means the number hasn't been assigned to a player, 1 means it has - so he must peek another)
@ Crusher918 : use Cheap_Suit's hotfix

. Also the is another thing you should consider: if random_num() returns 3 in a loop of 100 it will take a while to execute that command. Also random_num() seldom returns the max allowed value, so if that value is the only one left valid it will also take a while to do it.