mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 22:05:44 +00:00
camp
This commit is contained in:
parent
bf87040749
commit
97695ff88c
@ -2016,7 +2016,7 @@ bot_equipment_kill_think()
|
||||
if (path != "goal")
|
||||
continue;
|
||||
|
||||
if (self BotGetRandom() > 60)
|
||||
if (randomInt(100) > self.pers["bots"]["behavior"]["camp"] * 10)
|
||||
target.enemyTrigger notify("trigger", self);
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user