mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-21 21:45:43 +00:00
dont wait
This commit is contained in:
parent
1ae35a14fd
commit
cda07629ca
@ -4028,7 +4028,7 @@ bot_killstreak_think()
|
||||
continue;
|
||||
}
|
||||
|
||||
if (randomInt(100) < 80)
|
||||
if (randomInt(100) < 80 && !self HasScriptGoal() && !self.bot_lock_goal)
|
||||
self waittill_any_timeout( 15, "crate_physics_done" );
|
||||
|
||||
self BotStopMoving(false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user