Searched but couldn't find the answer.
So I decided to start really using the ACE wounding systems, used it before. Thought not going to be a problem.
The trouble is I can't find a way to remove the IFAK magazines (Meds, whatever its called. Bandages, morphines...) that are in the rucksacks. I want some units to only carry equipment but not these med supplies. They seem to be unable to be removed. I used the following in the units' init field after I added the rucksack (RUSH 72 if you might want to know)
[this, "MAG", "ACE_Bandages", -1] call ACE_fnc_Removegear;
[this, "MAG", "ACE_LargeBandages", -1] call ACE_fnc_RemoveGear;
[this, "MAG", "ACE_Morphine", -1] call ACE_fnc_RemoveGear;
[this, "MAG", "ACE_Tourniquet", -1] call ACE_fnc_RemoveGear;
But it wouldn't work. I can't find anyway to do that. Does anyone have a solution?