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

9 lines
193 B
Plaintext

if (!isnull _this) then {
removeVest _this;
removeUniform _this;
removeBackpack _this;
removeHeadgear _this;
removeGoggles _this;
removeAllItems _this;
removeAllWeapons _this;
};