diff --git a/userraw/maps/mp/bots/_bot_script.gsc b/userraw/maps/mp/bots/_bot_script.gsc index 8f62c43..af4d479 100644 --- a/userraw/maps/mp/bots/_bot_script.gsc +++ b/userraw/maps/mp/bots/_bot_script.gsc @@ -1123,7 +1123,7 @@ bot_think_camp() for(;;) { - wait .05; + wait randomintrange(2,4); if ( self HasScriptGoal() || self.bot_lock_goal ) continue;