Hey, I need to generate a random number (0 or 1) for a system I am working on in a game. Any way I can do this?
Thanks,
xaviergamerpro9(https://xaviergamerpro9.itch.io)
Use choose(0,1) or floor(random(2)) expression.
Develop games in your browser. Powerful, performant & highly capable.
That is very helpful. This is my second game in Construct and I am definitely still learning.
Thanks for the help,