Enemy AI

Blitz3D Forums/Blitz3D Beginners Area/Enemy AI

Crazy4Code(Posted 2005) [#1]
I want my Enemies to come after you if you get close enough to them. My idea was to (if this is possible) make a cube surrounding the enemies, and make it see through so you can't tell it's there. Then, if the player goes into that cube, they'll come after you. Is there another way to do this?


Sledge(Posted 2005) [#2]
Entitydistance


Crazy4Code(Posted 2005) [#3]
Ahhh... Why don't I ever notice this in the Command reference?