Hello !
I'm looking for someone skilled (or not :))who can help me in programming an AI wich can recruit several kind of unit :
Basicaly in the warfare mission, there is only seperate kind of unit (Infantery, Light armor, heavy armor and air) and AI can't command several classes -> like recruiting men+M113+truckMG+UH60MG...
I know this barrier has been broken in several warfare missions like "BEAS 1.026" or "WACO 1.1.8", but i didn't succeeded in adding this possibility in a simple BIS Warfare 1.1 ! Anyone would help ?
Thank a lot !
P.S : i tried to add "use_light=true" for example in a code line in :
Server/Ai/Advanced/Advanced_updatesquad.sqf ->
if (_teamType In _infantryTypes && _infantryTime <= 0) then {_useBarracks = true;_useLight = true;_minFundsNeeded = _minFundsNeeded + AIMINBARRACKSFUNDS};
but it seems it is not enought to allow AI to merge several classes, i really need help guys ! :D