0
Random
is there a way to put a randomize for example there are numbers 1-20 and if 6 appeared it tells u something different than the others?
2 Respuestas
+ 4
If(rnd==6){do somthing;}
else{do this instead;}
+ 1
Use a switch case
is there a way to put a randomize for example there are numbers 1-20 and if 6 appeared it tells u something different than the others?