Hi, I am currently trying to work on a life simulation game. I made a few pieces of code, labeled
On human| Created|Human|Set search to random(0,2)
I also tried choose(0,1,2) but both of these would always give me something like 0.54291243 or 1.30219423, so
how do I only have the outcome be 0,1, or 2?
Thanks in advance