SEM/sem/scripts/ai/fn_stripUnit.sqf

9 lines
193 B
Plaintext
Raw Normal View History

2017-03-27 13:32:07 +00:00
if (!isnull _this) then {
removeVest _this;
removeUniform _this;
removeBackpack _this;
removeHeadgear _this;
removeGoggles _this;
removeAllItems _this;
removeAllWeapons _this;
};