Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 KB | None | 0 0
  1. comment "Exported from Arsenal by TSgt. Ybarra [24th STS]";
  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 "milgp_u_g3_field_set_rolled_3cd";
  15. this addItemToUniform "ItemcTabHCam";
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_EarPlugs";};
  17. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  18. for "_i" from 1 to 4 do {this addItemToUniform "ACE_elasticBandage";};
  19. for "_i" from 1 to 4 do {this addItemToUniform "ACE_quikclot";};
  20. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  21. this addItemToUniform "ACE_epinephrine";
  22. this addItemToUniform "ACE_IR_Strobe_Item";
  23. this addItemToUniform "ACE_MapTools";
  24. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  25. for "_i" from 1 to 4 do {this addItemToUniform "ACE_packingBandage";};
  26. this addItemToUniform "ACE_tourniquet";
  27. this addItemToUniform "ACE_microDAGR";
  28. this addVest "milgp_v_marciras_teamleader_belt_CB";
  29. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Red";};
  30. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  31. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  32. for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk318_Stanag";};
  33. for "_i" from 1 to 2 do {this addItemToVest "1Rnd_SmokeGreen_Grenade_shell";};
  34. for "_i" from 1 to 10 do {this addItemToVest "1Rnd_SmokeRed_Grenade_shell";};
  35. for "_i" from 1 to 3 do {this addItemToVest "3Rnd_UGL_FlareCIR_F";};
  36. this addBackpack "tfw_ilbe_coy";
  37. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShellPurple";};
  38. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShellBlue";};
  39. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShellGreen";};
  40. this addHeadgear "milgp_h_opscore_04_khk";
  41. this addGoggles "rhs_googles_orange";
  42.  
  43. comment "Add weapons";
  44. this addWeapon "rhs_weap_mk18_m320";
  45. this addPrimaryWeaponItem "rhsusf_acc_nt4_black";
  46. this addPrimaryWeaponItem "rhsusf_acc_anpeq15side_bk";
  47. this addPrimaryWeaponItem "rhsusf_acc_eotech_552_d";
  48. this addWeapon "Laserdesignator_01_khk_F";
  49.  
  50. comment "Add items";
  51. this linkItem "ItemMap";
  52. this linkItem "ItemCompass";
  53. this linkItem "ACE_Altimeter";
  54. this linkItem "ItemGPS";
  55. this linkItem "ACE_NVG_Wide";
  56.  
  57. comment "Set identity";
  58. this setFace "WhiteHead_05";
  59. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement