Author Topic: Bot enemies?  (Read 706 times)

Is it possible to make bots attack ONLY the player and not each other?

I haven't played around with events in awhile but I wouldn't be surprised if there is some event that checks if an entity is a player.

Are you using default bot events? I can take a look for you.

Are you using default bot events? I can take a look for you.
Ya.

onBotSpawn>Bot>setTeam>Enemy . and in the empty space put a team name. If you don't want the bots to attack eachother, make all the bots on the same team. Hope this helps! :)

onBotSpawn>Bot>setTeam>Enemy . and in the empty space put a team name. If you don't want the bots to attack eachother, make all the bots on the same team. Hope this helps! :)
Ah. Okay.