Is there any tag that states "if this random number has already been chosen, try again," or do I have to write an if/then statement/loop?
Is there any tag that states "if this random number has already been chosen, try again," or do I have to write an if/then statement/loop?
Keep the random numbers that have been chosen in an array and use an if else statement with the in_array command.
Easiest 70 points you'll make on x10
Feel free to add my reputation by clicking on theif you found my post helpful to you :P
If I am not responding to your PMs, that means I am ignoring you. Take a hint.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
*sigh*, the hard way...
O well, what can you do? Thankyou for the help again.