comment "Exported from Arsenal by [DELTA] Tag [Chado]"; comment "Remove existing items"; removeAllWeapons this; removeAllItems this; removeAllAssignedItems this; removeUniform this; removeVest this; removeBackpack this; removeHeadgear this; removeGoggles this; comment "Add containers"; this forceAddUniform "U_B_CTRG_1"; for "_i" from 1 to 2 do {this addItemToUniform "FirstAidKit";}; for "_i" from 1 to 2 do {this addItemToUniform "11Rnd_45ACP_Mag";}; this addItemToUniform "Laserbatteries"; this addVest "V_PlateCarrierH_CTRG"; this addItemToVest "SmokeShell"; this addItemToVest "SmokeShellRed"; this addItemToVest "SmokeShellOrange"; this addItemToVest "SmokeShellYellow"; for "_i" from 1 to 2 do {this addItemToVest "Chemlight_red";}; for "_i" from 1 to 2 do {this addItemToVest "11Rnd_45ACP_Mag";}; for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";}; for "_i" from 1 to 2 do {this addItemToVest "100Rnd_65x39_caseless_mag";}; this addHeadgear "H_HelmetB_light"; this addGoggles "G_Balaclava_TI_G_blk_F"; comment "Add weapons"; this addWeapon "arifle_MX_SW_Black_F"; this addPrimaryWeaponItem "acc_pointer_IR"; this addPrimaryWeaponItem "optic_ERCO_blk_F"; this addPrimaryWeaponItem "bipod_01_F_blk"; this addWeapon "hgun_Pistol_heavy_01_F"; this addHandgunItem "muzzle_snds_acp"; this addHandgunItem "acc_flashlight_pistol"; this addHandgunItem "optic_MRD"; this addWeapon "Laserdesignator"; comment "Add items"; this linkItem "ItemMap"; this linkItem "ItemCompass"; this linkItem "ItemWatch"; this linkItem "ItemRadio"; this linkItem "ItemGPS"; this linkItem "NVGogglesB_blk_F"; comment "Set identity"; this setFace "WhiteHead_17"; this setSpeaker "male01engb"; [this,"CTRG14"] call bis_fnc_setUnitInsignia;