There is a question about the behavior of bots.
I am creating a mode where a team of bots with weapons fights against a team of bots with knives and captures points, but I encountered a problem with the behavior of bots.
-
Bots with knives, when hit by a bullet, begin to lie down in front of the one who shot at them for 3 seconds, if you hit them again, then they either lie longer, or get up and lie down again, and so on. I would like to fix this - so that the bots run at the enemy with a knife and ignore hits (do not lie down after each bullet).
-
I would also like the bots with knives, if they start chasing, to pursue the enemy as long as possible until, for example, their distance is 50 meters or more.
-
There is also another problem, bots with weapons shoot only 3 bullets with breaks, I would like them to shoot the entire magazine with cartridges or at least a minimum of 10 bullets.
I spent several hours trying to fix this through the entity by changing “fr_base_soldier” (bots with knives). but so far this hasn’t brought any success, all I’ve managed to do is make them dumb or make the bots ignore that there are enemies and just capture points despite being shot at XD
I hope there are those who can help, thanks in advance!