FPS Beginner Help

Blitz3D Forums/Blitz3D Programming/FPS Beginner Help

Rafiq(Posted 2005) [#1]
I am working on an FPS game. I was working if someone could point me in the right direction here. I created a model of an enemy and placed it in my game world. I can move around just fine. How do I make the enemy "see" me.


D4NM4N(Posted 2005) [#2]
look up the following commands they may help:
entitypickmode
linepick
entitydistance
enttyvisible


jfk EO-11110(Posted 2005) [#3]
In the code archives are some useful functions that determines visibility.

http://www.blitzbasic.com/codearcs/codearcs.php?code=532
and
http://www.blitzbasic.com/codearcs/codearcs.php?code=871


Rafiq(Posted 2005) [#4]
thank you so much