basically i input a load of football teams off games like fifa 07 and pro evo 6 for example and the script randomizes which ever one is picked
for example i input
rotherham
sheffield
manchester
chelsea
liverpool
i run the script and it picks out sheffield. i run it again and it picks out liverpool and so on so forth so everytime its run it randomizes which one gets picked out
Personally I'd stick every team in an array and use a random number generator to pick which element of the array is choosen. Might want to make the array 2 dimensional so you can lock each element once they have been choosen
Personally I'd stick every team in an array and use a random number generator to pick which element of the array is choosen. Might want to make the array 2 dimensional so you can lock each element once they have been choosen
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.