;move enimie
if Dist=5 and spotted$="True"
PointEntity terror,camera
MoveEntity terror,0 ,0 ,0.05
endif
Ok the problem with this code is that when the enmey object Begins to move towards the player, it also tilts At unwanted angles (the camera Angle) How Can i stop The Object From Tilting As it Moves?
if Dist=5 and spotted$="True"
PointEntity terror,camera
MoveEntity terror,0 ,0 ,0.05
endif
Ok the problem with this code is that when the enmey object Begins to move towards the player, it also tilts At unwanted angles (the camera Angle) How Can i stop The Object From Tilting As it Moves?