SEM/sem/scripts/ai/fn_removeGear.sqf

9 lines
228 B
Plaintext
Raw Normal View History

2017-03-27 13:32:07 +00:00
if (!isnull _this) then {
removeVest _this;
//removeHeadgear _this;
removeGoggles _this;
removeAllItems _this;
removeAllWeapons _this;
removeBackpackGlobal _this;
{_this removeMagazine _x}count magazines _this;
};