Advertisement
Guest User

Untitled

a guest
Nov 17th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. comment "Exported from Arsenal by Brazzer";
  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_V_Soldier_Viper_F";
  15. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  17. for "_i" from 1 to 3 do {this addItemToUniform "KA_12Rnd_45ACP_FMJ_Mag";};
  18. this addBackpack "B_ViperLightHarness_ghex_F";
  19. this addItemToBackpack "ACE_personalAidKit";
  20. for "_i" from 1 to 14 do {this addItemToBackpack "ACE_packingBandage";};
  21. this addItemToBackpack "ACE_microDAGR";
  22. this addItemToBackpack "ACE_Flashlight_XL50";
  23. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_EarPlugs";};
  24. this addItemToBackpack "ACE_epinephrine";
  25. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_CableTie";};
  26. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_quikclot";};
  27. for "_i" from 1 to 12 do {this addItemToBackpack "ACE_elasticBandage";};
  28. for "_i" from 1 to 5 do {this addItemToBackpack "150Rnd_556x45_Drum_Mag_F";};
  29. this addItemToBackpack "ACE_M14";
  30. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_mag_m67";};
  31. for "_i" from 1 to 3 do {this addItemToBackpack "SmokeShell";};
  32. this addItemToBackpack "ACE_M84";
  33. this addHeadgear "H_HelmetO_ViperSP_ghex_F";
  34. this addGoggles "G_Aviator";
  35.  
  36. comment "Add weapons";
  37. this addWeapon "arifle_SPAR_02_blk_F";
  38. this addPrimaryWeaponItem "RH_spr_mbs";
  39. this addPrimaryWeaponItem "FHQ_acc_ANPEQ15_black";
  40. this addPrimaryWeaponItem "rhsusf_acc_SpecterDR_A";
  41. this addPrimaryWeaponItem "bipod_01_F_blk";
  42. this addWeapon "KA_Mk23_black";
  43. this addHandgunItem "KA_Mk23_Silencer";
  44. this addHandgunItem "KA_Mk23_Laser_IR";
  45. this addWeapon "Laserdesignator";
  46.  
  47. comment "Add items";
  48. this linkItem "ItemMap";
  49. this linkItem "ItemCompass";
  50. this linkItem "ItemWatch";
  51. this linkItem "TFAR_anprc152";
  52.  
  53. comment "Set identity";
  54. this setFace "WhiteHead_20";
  55. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement