CntoDev / compositions

A collection of various EDEN editor compositions for Arma 3.
https://www.carpenoctem.co/
Other
5 stars 5 forks source link

Removal of EpiPens from Non-Medics #185

Closed JamesTheClarke closed 3 years ago

JamesTheClarke commented 3 years ago

https://www.carpenoctem.co/forums/page/6/m/26081621/viewthread/33452198-what-do-you-like-or-hate-about-current-medical-system/post/139608992#p139608992

As per April Monthly Meeting decision the EpiPens of all non-medics will have to be removed from all three standard factions.

This change affects every soldier in the composition except medics.

freghar commented 3 years ago

You can probably simplify the process by selecting the units you want to be modified and executing

{ _x removeItems "ACE_epinephrine" } forEach get3DENSelected "object";
save3DENInventory get3DENSelected "object";

Double check that it works, though. No clue if removeItems works in the editor.