Hello all !!!
I have serious issues with WAI Mission
I followed the steps from here : https://github.com/f3cuk/WICKED-AI
and took the files from there as well, but it looks like its a serious fiesta in my RPT because of those lines :
"Duplicate magazine 30Rnd_556x45_Stanag detected (id 2:885) in slots Single and Single" "Duplicate magazine 30Rnd_556x45_Stanag detected (id 2:885) in slots Single and Burst" "Duplicate magazine 30Rnd_556x45_Stanag detected (id 2:885) in slots Single and FullAuto"
I have like 10000 lines from that everytime AI spawn on the map. I suspect the function.sqf where you can find that :
if (count _ammoArray > 0) then { _result = _ammoArray select 0; call { if(_result == "20Rnd_556x45_Stanag") exitWith { _result = "30Rnd_556x45_Stanag"; }; if(_result == "30Rnd_556x45_G36") exitWith { _result = "30Rnd_556x45_Stanag"; }; if(_result == "30Rnd_556x45_G36SD") exitWith { _result = "30Rnd_556x45_StanagSD"; }; }; }; _result
Can someone help me to fix that ? Any idea ?