Advertisement
Guest User

DMR WD

a guest
Dec 13th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 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_wd";
  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. this addItemToVest "rhsusf_20Rnd_762x51_SR25_m993_Mag";
  39. this addBackpack "UK3CB_BAF_B_Bergen_TAN_Rifleman_A";
  40. this addItemToBackpack "ACE_RangeCard";
  41. this addItemToBackpack "ACE_EntrenchingTool";
  42. for "_i" from 1 to 8 do {this addItemToBackpack "rhsusf_20Rnd_762x51_SR25_m993_Mag";};
  43. this addHeadgear "VSM_OGA_OD_Helmet1";
  44. this addGoggles "rhs_googles_black";
  45.  
  46. comment "Add weapons";
  47. this addWeapon "rhs_weap_sr25";
  48. this addPrimaryWeaponItem "rhsusf_acc_SR25S";
  49. this addPrimaryWeaponItem "acc_pointer_IR";
  50. this addPrimaryWeaponItem "optic_AMS";
  51. this addPrimaryWeaponItem "rhsusf_acc_harris_bipod";
  52. this addWeapon "rhsusf_weap_m9";
  53. this addWeapon "ACE_Vector";
  54.  
  55. comment "Add items";
  56. this linkItem "ItemMap";
  57. this linkItem "ItemCompass";
  58. this linkItem "ItemWatch";
  59. this linkItem "TFAR_anprc152";
  60. this linkItem "ItemAndroid";
  61. this linkItem "A3_GPNVG18_REC_F";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement