DarkBlizz

Game On => Land of AI => STARCRAFT II: WINGS OF LIBERTY => AI Development => Topic started by: Yuna_Q on March 04, 2010, 05:44:12 AM

Title: Researching "HiSecAutoTracking"
Post by: Yuna_Q on March 04, 2010, 05:44:12 AM
At terran research upgrades parts in requirementsai.galaxy

add this


const string c_TR_MissileTurretRange1   = "HiSecAutoTracking";


and, use like this

AISetStock( player, 1, c_TB_EngineeringBay);   
AISetStock( player, 1, c_TR_MissileTurretRange1);