From cda07629caa4b79c9608124c923684f07edceffc Mon Sep 17 00:00:00 2001 From: INeedBots Date: Mon, 18 Jan 2021 01:28:33 -0600 Subject: [PATCH] dont wait --- userraw/maps/mp/bots/_bot_script.gsc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userraw/maps/mp/bots/_bot_script.gsc b/userraw/maps/mp/bots/_bot_script.gsc index 5bc2c5f..d8bb934 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -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);