From 2440e782e7f1f148f2c7a48e2bf798d78535d3a4 Mon Sep 17 00:00:00 2001 From: ineedbots Date: Fri, 4 Jun 2021 13:55:07 -0600 Subject: [PATCH] Found the secret sauce --- raw/maps/mp/bots/_bot_script.gsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/raw/maps/mp/bots/_bot_script.gsc b/raw/maps/mp/bots/_bot_script.gsc index 5aed208..ad63d00 100644 --- a/raw/maps/mp/bots/_bot_script.gsc +++ b/raw/maps/mp/bots/_bot_script.gsc @@ -50,6 +50,9 @@ connected() self thread onGiveLoadout(); self thread onKillcam(); + + wait 4; + self.challengeData = []; // iw5 is bad lmao } /*