Game Development Community

Orc shoot back

by James Bond · in Torque Game Engine · 06/28/2005 (7:34 am) · 2 replies

In the starter.fps, how can i get the orc to fire back at me? instead of just following the path?

#1
06/28/2005 (7:35 am)
Alter the AIPlayer.cs file to make it do what oyu want...

Or alternatevly inpliment the AIGuard resoruce, which is a much better base for making AI (IMO) ... THen alter the think() function to change it's Finite state machine behaviour.
#2
06/28/2005 (7:39 am)
Thanks, Chris I will give it a whirl.