mirror of
https://github.com/ineedbots/iw2_bot_warfare.git
synced 2025-10-30 04:46:56 +00:00
turret
This commit is contained in:
@@ -328,6 +328,13 @@ watchPickupGun()
|
||||
continue;
|
||||
}
|
||||
|
||||
// todo have bots use turrets instead of just kicking them off of it
|
||||
if ( isdefined( self.turret ) )
|
||||
{
|
||||
self thread use( 0.5 );
|
||||
continue;
|
||||
}
|
||||
|
||||
weap = self getcurrentweapon();
|
||||
|
||||
if ( weap != "none" && self getAmmoCount( weap ) )
|
||||
|
||||
Reference in New Issue
Block a user