Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. comment "Exported from Arsenal by SGT Walter";
  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_cu_ocp";
  15. this addItemToUniform "ACE_EarPlugs";
  16. this addItemToUniform "ACE_CableTie";
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_epinephrine";};
  18. for "_i" from 1 to 6 do {this addItemToUniform "ACE_morphine";};
  19. this addItemToUniform "ACE_tourniquet";
  20. for "_i" from 1 to 24 do {this addItemToUniform "ACE_quikclot";};
  21. this addVest "rhsusf_iotv_ocp_Rifleman";
  22. this addItemToVest "rhsusf_ANPVS_14";
  23. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  24. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  25. for "_i" from 1 to 2 do {this addItemToVest "ACE_M84";};
  26. for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  27. this addHeadgear "rhsusf_ach_helmet_ocp";
  28. this addGoggles "rhs_googles_clear";
  29.  
  30. comment "Add weapons";
  31. this addWeapon "rhs_weap_m4_mstock";
  32. this addPrimaryWeaponItem "rhsusf_acc_eotech_552";
  33. this addWeapon "Rangefinder";
  34.  
  35. comment "Add items";
  36. this linkItem "ItemMap";
  37. this linkItem "ItemCompass";
  38. this linkItem "ACE_Altimeter";
  39. this linkItem "tf_anprc152_11";
  40. this linkItem "ItemAndroid";
  41.  
  42. comment "Set identity";
  43. this setFace "WhiteHead_17";
  44. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement