You are on page 1of 1

comment "Exported from Arsenal by Rowdy";

comment "[!] UNIT MUST BE LOCAL [!]";


if (!local this) exitWith {};

comment "Remove existing items";


removeAllWeapons this;
removeAllItems this;
removeAllAssignedItems this;
removeUniform this;
removeVest this;
removeBackpack this;
removeHeadgear this;
removeGoggles this;

comment "Add weapons";


this addWeapon "arifle_Katiba_C_F";
this addPrimaryWeaponItem "muzzle_snds_65_TI_blk_F";
this addPrimaryWeaponItem "optic_MRCO";
this addPrimaryWeaponItem "30Rnd_65x39_caseless_green";
this addWeapon "hgun_P07_blk_F";
this addHandgunItem "muzzle_snds_L";
this addHandgunItem "16Rnd_9x21_Mag";

comment "Add containers";


this forceAddUniform "Kish_OT_Recon";
this addVest "CYT_Exo_Soldier_Vest_02";
this addBackpack "Sinagami_Assault_Exo";

comment "Add items to containers";


for "_i" from 1 to 10 do {this addItemToUniform "ACE_fieldDressing";};
for "_i" from 1 to 4 do {this addItemToUniform "ACE_tourniquet";};
for "_i" from 1 to 4 do {this addItemToUniform "ACE_morphine";};
for "_i" from 1 to 3 do {this addItemToVest "16Rnd_9x21_Mag";};
for "_i" from 1 to 12 do {this addItemToVest "30Rnd_65x39_caseless_green";};
for "_i" from 1 to 5 do {this addItemToBackpack "Battery_Full";};
for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
this addItemToBackpack "ACE_bloodIV_500";
this addHeadgear "Kish_OTOPF_Viper_Helmet";
this addGoggles "G_Balaclava_TI_blk_F";

comment "Add items";


this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "ItemWatch";
this linkItem "TFAR_anprc152";
this linkItem "ItemGPS";

comment "Set identity";


[this,"WhiteHead_17","ace_novoice"] call BIS_fnc_setIdentity;

You might also like