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