PDA

View Full Version : how would I make this bot



Repent_
12-18-2009, 09:32 PM
I need a bot to stand where I put it, & just stand there tell it sees the player.
once it can see the player, it then becomes head hunter.


so ... stand/see player/hunt it down I try & kill it

dr3k
12-19-2009, 01:09 AM
there's a function in the pawn's class that is called isviewing(pawnname) something like that.
so you can write there the actions to attack the player's pawn using this function.