Skip to content

Instantly share code, notes, and snippets.

@vabene1111
Created January 15, 2018 17:48
Show Gist options
  • Save vabene1111/cfec02094bb457a078d8c1e704bce2e1 to your computer and use it in GitHub Desktop.
Save vabene1111/cfec02094bb457a078d8c1e704bce2e1 to your computer and use it in GitHub Desktop.
comment "Exported from Arsenal by Hannibal Miller";
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_I_C_Soldier_Para_3_F";
for "_i" from 1 to 5 do {this addItemToUniform "hlc_30rnd_556x45_EPR";};
this addVest "V_PlateCarrierGL_rgr";
for "_i" from 1 to 5 do {this addItemToVest "hlc_30rnd_556x45_EPR";};
this addBackpack "B_Carryall_oli";
for "_i" from 1 to 2 do {this addItemToBackpack "ACE_CableTie";};
this addItemToBackpack "ACE_EarPlugs";
this addItemToBackpack "ToolKit";
for "_i" from 1 to 8 do {this addItemToBackpack "RL_Item_BoxBandage";};
for "_i" from 1 to 5 do {this addItemToBackpack "RL_Item_Baked_Beans";};
this addItemToBackpack "RL_Item_C4";
this addItemToBackpack "RL_Item_Grinder";
this addItemToBackpack "RL_Item_Jerry_Can";
for "_i" from 1 to 5 do {this addItemToBackpack "RL_Item_Can_Soda_Red_Dull";};
this addItemToBackpack "RL_Item_Rope";
for "_i" from 1 to 5 do {this addItemToBackpack "RL_Item_Water_Bottle";};
this addItemToBackpack "RL_Item_Warndreieck";
this addHeadgear "H_Booniehat_oli";
this addGoggles "G_Bandanna_aviator";
comment "Add weapons";
this addWeapon "hlc_rifle_bcmjack";
this addPrimaryWeaponItem "optic_MRCO";
this addWeapon "Binocular";
comment "Add items";
this linkItem "ItemMap";
this linkItem "ItemCompass";
this linkItem "ItemWatch";
this linkItem "ItemGPS";
this linkItem "NVGoggles";
comment "Set identity";
this setFace "TanoanHead_A3_02";
this setSpeaker "ace_novoice";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment