Author Topic: How do I make bots attack only other bots, not zombies/players?  (Read 1074 times)

Is there any way to get bots to attack only other bots, not players/zombies? Is it also possible to put bots on teams so they will attack only the other team? I'm thinking of making an RTS with bots.

I think this is possible with bot events.

Think it has something to do with channels, I wouldn't know, I don't tinker around with bots.

I think this is possible with bot events.
Lies!

When a bot spawns, do the following:
Onbotspawn -> bot -> SETTEAMNAME -> team 1

Do the same for the 'enemy' bot but set to team 2

Then, on the team one spawns, do onbotspawn -> bot -> botattack -> attackteam "team 2"
and then do the same for the enemy, but with attackteam team1

Then respawn the bots and they'll dive on each other as long as they have a weapon


lol but ya hes right