I know how to use random(n) and random(0, 3) and others too, but now I want to set random numbers that I want only, let say, I want random of 2, 3, 10, so how do I put in the action? Thanks.
Develop games in your browser. Powerful, performant & highly capable.
choose(2, 3, 10)
oh thanks