Advertisement
kazul87

Untitled

Sep 25th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.15 KB | None | 0 0
  1. comment "Exported from Arsenal by SGT Kazul";
  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. this addItemToUniform "ACE_RangeTable_82mm";
  16. this addItemToUniform "ACE_EarPlugs";
  17. for "_i" from 1 to 3 do {this addItemToUniform "ACE_CableTie";};
  18. this addItemToUniform "ACE_Flashlight_XL50";
  19. this addItemToUniform "ACE_MapTools";
  20. this addVest "milgp_v_jpc_assaulter_belt_mc";
  21. for "_i" from 1 to 9 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Red";};
  22. for "_i" from 1 to 3 do {this addItemToVest "rhsusf_mag_15Rnd_9x19_JHP";};
  23. for "_i" from 1 to 5 do {this addItemToVest "ACE_Chemlight_HiRed";};
  24. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellBlue";};
  25. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellYellow";};
  26. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  27. for "_i" from 1 to 2 do {this addItemToVest "ACE_M84";};
  28. this addBackpack "B_Kitbag_mcamo";
  29. for "_i" from 1 to 25 do {this addItemToBackpack "ACE_quikclot";};
  30. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_epinephrine";};
  31. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  32. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_morphine";};
  33. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_tourniquet";};
  34. this addItemToBackpack "ACE_EntrenchingTool";
  35. this addHeadgear "rhsusf_ach_helmet_headset_ess_ocp";
  36. this addGoggles "rhs_googles_clear";
  37.  
  38. comment "Add weapons";
  39. this addWeapon "rhs_weap_m4_carryhandle_mstock";
  40. this addPrimaryWeaponItem "rhsusf_acc_anpeq15side_bk";
  41. this addPrimaryWeaponItem "FHQ_optic_ACOG";
  42. this addWeapon "rhs_weap_M136";
  43. this addWeapon "rhsusf_weap_m9";
  44. this addWeapon "Rangefinder";
  45.  
  46. comment "Add items";
  47. this linkItem "ItemMap";
  48. this linkItem "ItemCompass";
  49. this linkItem "ItemWatch";
  50. this linkItem "TFAR_anprc152";
  51. this linkItem "ItemAndroid";
  52. this linkItem "ACE_NVG_Wide";
  53.  
  54. comment "Set identity";
  55. this setFace "WhiteHead_05";
  56. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement