SEM/sem/scripts/ai/fn_removeGear.sqf
2017-03-27 15:32:07 +02:00

9 lines
228 B
Plaintext

if (!isnull _this) then {
removeVest _this;
//removeHeadgear _this;
removeGoggles _this;
removeAllItems _this;
removeAllWeapons _this;
removeBackpackGlobal _this;
{_this removeMagazine _x}count magazines _this;
};