Hi.
How can i do choise from range of values in C2?
Logic is:
Random number choosen from 1 to 10
Then if it was a number from 1 to 4 - spawn object A, if 5 to 10 - spawn object B.
Here what i do:
But that didn't work well enought
Sometimes it spawn 2 objects in one place, but just in one cell, sometimes it didn't spawn anything at all, but logically should. I think all this problems because of my method of value choosing from range, so, is it possible to do it in another way and how?