Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. comment "Exported from Arsenal by Lucius Hunt";
  2.  
  3. comment "Remove existing items";
  4. removeAllWeapons this;
  5. removeAllItems this;
  6. removeAllAssignedItems this;
  7. removeUniform this;
  8. removeVest this;
  9. removeBackpack this;
  10. removeHeadgear this;
  11. removeGoggles this;
  12.  
  13. comment "Add containers";
  14. this forceAddUniform "U_O_PilotCoveralls";
  15. for "_i" from 1 to 4 do {this addItemToUniform "hlc_20rnd_762x51_Mk316_G3";};
  16. this addVest "ALRP_Lan_Vestmemes";
  17. for "_i" from 1 to 9 do {this addItemToVest "hlc_20rnd_762x51_Mk316_G3";};
  18. this addBackpack "cg_invisbp";
  19. this addItemToBackpack "ToolKit";
  20. for "_i" from 1 to 9 do {this addItemToBackpack "FirstAidKit";};
  21. for "_i" from 1 to 7 do {this addItemToBackpack "hlc_20rnd_762x51_Mk316_G3";};
  22. for "_i" from 1 to 6 do {this addItemToBackpack "KA_MKnKJ";};
  23. this addHeadgear "H75th_Beanie_Blk2";
  24. this addGoggles "Mask_M40";
  25.  
  26. comment "Add weapons";
  27. this addWeapon "hlc_rifle_g3a3ris";
  28. this addPrimaryWeaponItem "hlc_muzzle_300blk_KAC";
  29. this addPrimaryWeaponItem "RH_ta31rmr_2D";
  30. this addWeapon "Laserdesignator";
  31.  
  32. comment "Add items";
  33. this linkItem "ItemMap";
  34. this linkItem "ItemCompass";
  35. this linkItem "Itemwatch";
  36. this linkItem "TFAR_anprc152";
  37. this linkItem "ItemGPS";
  38. this linkItem "NVGogglesB_blk_F";
  39.  
  40. comment "Set identity";
  41. this setFace "Zee_White_Head_10";
  42. this setSpeaker "male01gre";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement