From 7399aea5aba80e74eeeb7faf4956a1c5b7145030 Mon Sep 17 00:00:00 2001 From: INeedBots Date: Mon, 18 Jan 2021 13:24:38 -0600 Subject: [PATCH] ignore carepackage --- 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 d8bb934..cf23202 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -4029,7 +4029,7 @@ bot_killstreak_think() } if (randomInt(100) < 80 && !self HasScriptGoal() && !self.bot_lock_goal) - self waittill_any_timeout( 15, "crate_physics_done" ); + self waittill_any_timeout( 15, "crate_physics_done", "new_goal" ); self BotStopMoving(false); self ClearScriptAimPos();