Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. comment "Exported from Arsenal by Gus";
  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_g3_mc";
  15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_fieldDressing";};
  16. this addItemToUniform "ACE_morphine";
  17. this addItemToUniform "ACRE_PRC343";
  18. this addItemToUniform "rhsusf_mag_17Rnd_9x19_JHP";
  19. this addVest "milgp_v_mmac_marksman_CB";
  20. this addItemToVest "ACE_EarPlugs";
  21. this addItemToVest "ACE_IR_Strobe_Item";
  22. this addItemToVest "rhs_mag_rgd5";
  23. for "_i" from 1 to 2 do {this addItemToVest "ACE_Chemlight_HiOrange";};
  24. for "_i" from 1 to 2 do {this addItemToVest "ACE_Chemlight_HiRed";};
  25. for "_i" from 1 to 2 do {this addItemToVest "ACE_Chemlight_HiWhite";};
  26. for "_i" from 1 to 2 do {this addItemToVest "ACE_Chemlight_HiYellow";};
  27. for "_i" from 1 to 6 do {this addItemToVest "rhsusf_20Rnd_762x51_m118_special_Mag";};
  28. this addBackpack "B_Kitbag_rgr";
  29. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_epinephrine";};
  30. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  31. for "_i" from 1 to 7 do {this addItemToBackpack "ACE_morphine";};
  32. for "_i" from 1 to 2 do {this addItemToBackpack "rhsusf_mag_17Rnd_9x19_JHP";};
  33. for "_i" from 1 to 3 do {this addItemToBackpack "rhsusf_20Rnd_762x51_m118_special_Mag";};
  34. this addHeadgear "milgp_h_opscore_06_goggles_khk_hexagon";
  35. this addGoggles "rhsusf_shemagh_white";
  36.  
  37. comment "Add weapons";
  38. this addWeapon "rhs_weap_sr25_ec_d";
  39. this addPrimaryWeaponItem "rhsusf_acc_SR25S";
  40. this addPrimaryWeaponItem "rhsusf_acc_anpeq15side";
  41. this addPrimaryWeaponItem "rhsusf_acc_M8541_low_d";
  42. this addPrimaryWeaponItem "bipod_01_F_snd";
  43. this addWeapon "rhsusf_weap_glock17g4";
  44. this addWeapon "ACE_VectorDay";
  45.  
  46. comment "Add items";
  47. this linkItem "ItemMap";
  48. this linkItem "ItemCompass";
  49. this linkItem "ACE_Altimeter";
  50. this linkItem "ItemRadioAcreFlagged";
  51. this linkItem "ItemGPS";
  52.  
  53. comment "Set identity";
  54. this setFace "WhiteHead_20";
  55. this setSpeaker "male10eng";
  56. [this,"ACE_insignia_banana"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement