Advertisement
Guest User

JTAC DESERT

a guest
Dec 13th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. comment "Exported from Arsenal by Rentaro "Hunter" Satomi";
  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 "rhs_uniform_FROG01_d";
  15. for "_i" from 1 to 10 do {this addItemToUniform "ACE_elasticBandage";};
  16. for "_i" from 1 to 5 do {this addItemToUniform "ACE_quikclot";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  18. for "_i" from 1 to 2 do {this addItemToUniform "ACE_EarPlugs";};
  19. for "_i" from 1 to 4 do {this addItemToUniform "ACE_epinephrine";};
  20. this addItemToUniform "ItemcTabHCam";
  21. this addItemToUniform "ACE_Flashlight_XL50";
  22. this addItemToUniform "ACE_MapTools";
  23. this addItemToUniform "ACE_IR_Strobe_Item";
  24. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  25. for "_i" from 1 to 7 do {this addItemToUniform "ACE_packingBandage";};
  26. this addVest "rhsusf_spc_rifleman";
  27. for "_i" from 1 to 10 do {this addItemToVest "ACE_elasticBandage";};
  28. for "_i" from 1 to 10 do {this addItemToVest "ACE_packingBandage";};
  29. for "_i" from 1 to 2 do {this addItemToVest "immersion_cigs_cigar0";};
  30. this addItemToVest "BW_Facepaint";
  31. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_m67";};
  32. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_mk3a2";};
  33. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_mk84";};
  34. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_an_m8hc";};
  35. for "_i" from 1 to 3 do {this addItemToVest "rhsusf_mag_15Rnd_9x19_FMJ";};
  36. for "_i" from 1 to 2 do {this addItemToVest "murshun_cigs_cigpack";};
  37. for "_i" from 1 to 6 do {this addItemToVest "murshun_cigs_matches";};
  38. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855_PMAG";};
  39. this addBackpack "UK3CB_BAF_B_Bergen_TAN_JTAC_A";
  40. this addItemToBackpack "ACE_microDAGR";
  41. for "_i" from 1 to 5 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_M855_PMAG";};
  42. for "_i" from 1 to 2 do {this addItemToBackpack "UGL_FlareRed_F";};
  43. for "_i" from 1 to 2 do {this addItemToBackpack "UGL_FlareGreen_F";};
  44. for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_M441_HE";};
  45. for "_i" from 1 to 3 do {this addItemToBackpack "1Rnd_SmokeBlue_Grenade_shell";};
  46. for "_i" from 1 to 3 do {this addItemToBackpack "1Rnd_SmokeRed_Grenade_shell";};
  47. this addHeadgear "VSM_OGA_Helmet2";
  48. this addGoggles "rhs_googles_black";
  49.  
  50. comment "Add weapons";
  51. this addWeapon "hlc_rifle_416N_gl";
  52. this addPrimaryWeaponItem "hlc_muzzle_556NATO_KAC";
  53. this addPrimaryWeaponItem "acc_pointer_IR";
  54. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_RDS";
  55. this addWeapon "rhsusf_weap_m9";
  56. this addWeapon "ACE_Vector";
  57.  
  58. comment "Add items";
  59. this linkItem "ItemMap";
  60. this linkItem "ItemCompass";
  61. this linkItem "ItemWatch";
  62. this linkItem "TFAR_anprc152";
  63. this linkItem "ItemAndroid";
  64. this linkItem "A3_GPNVG18_REC_F";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement