diff --git a/main_shared/maps/mp/bots/_bot_internal.gsc b/main_shared/maps/mp/bots/_bot_internal.gsc index 9121483..eaa86c3 100644 --- a/main_shared/maps/mp/bots/_bot_internal.gsc +++ b/main_shared/maps/mp/bots/_bot_internal.gsc @@ -242,6 +242,9 @@ watchPickupGun() { wait 1; + if ( self UseButtonPressed() ) + continue; + weap = self GetCurrentWeapon(); if ( weap != "none" && self GetAmmoCount( weap ) ) @@ -2212,12 +2215,12 @@ use( time ) if ( !isDefined( time ) ) time = 0.05; - // self botAction( "+use" ); + self botAction( "+activate" ); if ( time ) wait time; - // self botAction( "-use" ); + self botAction( "-activate" ); } /*