Say I want to spawn an object on an X coordinate but there is a specific spot I don't want it to spawn, how would I write that expression? Is it possible?
IE " random(95,210) and random(350,450) "
would It be written as random(95,210 : 350,450)
OR
random(95,210 * 350,450)
Or is there another way to write it out?