AllanRI'm seraching for enemies outside the range with the conditions:
Enemie.X > Player.X +200
Enemie.X < PLayer.X -200
What give me:
EnemieOutside<...PX-200range...Player...PX+200range...>EnemieOutside
I try two diferent ways, that above, and invert the conditions I use to caught the inside range.
dop2000So, besides trying to reverse the conditions, this expressions above its not working.
So for me "looks like" a simple expression of position, and I think its important to know why its "not working"(or what Im not understanding).
Thank you guys AllanRdop2000 By now I will see the line of sight Dop2000 indicated.