How to reference certain interval
Hey I'm having a little bit of a brainfart here.
How do you reference a certain interval on the x-axis? I want my enemy to spawn when my other enemies real X value is anywhere between 300-350. What function do I use for that?
How do you reference a certain interval on the x-axis? I want my enemy to spawn when my other enemies real X value is anywhere between 300-350. What function do I use for that?
Comments
I have a rule that states when enemyX (a real attribute) DOES NOT equal (and here in the expression editor I want to say 300-400)
I had random (300,400) but then I realized this was choosing ONE random point from 300-400, and I need to reference the whole area, not just one point.