I have variable from 0 to 100.
I set event when pressed space set 'int(random(0,40))' or 'int(random(60,100))'
But i need this in one event
how to avoid these numbers from 41 to 59?
choose(int(random(0, 40)), int(random(60, 100)))
Develop games in your browser. Powerful, performant & highly capable.
i check this soon Thanks :)