diff --git a/DZMS/Scripts/DZMSAISpawn.sqf b/DZMS/Scripts/DZMSAISpawn.sqf index cbc187c..b6a1129 100644 --- a/DZMS/Scripts/DZMSAISpawn.sqf +++ b/DZMS/Scripts/DZMSAISpawn.sqf @@ -88,6 +88,8 @@ for "_x" from 1 to _unitcount do { _unit addWeapon _x } forEach _geartools; + _aicskill = DZMSSkills1; + //Lets set the skills switch (_skill) do { case 0: {_aicskill = DZMSSkills0;}; @@ -141,4 +143,4 @@ call compile format[" _unitMissionCount = count %1; ",_unitArrayName]; -diag_log text format["[DZMS]: (%3) %1 AI Spawned, %2 units in mission.",count (units _unitGroup),_unitMissionCount,_unitArrayName]; \ No newline at end of file +diag_log text format["[DZMS]: (%3) %1 AI Spawned, %2 units in mission.",count (units _unitGroup),_unitMissionCount,_unitArrayName];