added bot_aim dvar

This commit is contained in:
ineedbots
2021-08-26 10:05:48 -06:00
parent 7bb3b35887
commit d93386bf9e
2 changed files with 26 additions and 1 deletions

View File

@ -4517,7 +4517,8 @@ bot_cap()
getCarrierEntNum()
{
carrierNum = -1;
if (isDefined(self.carrier))
if ( isDefined( self.carrier ) )
carrierNum = self.carrier getEntityNumber();
return carrierNum;