Advertisement
NoBody0100

Untitled

Feb 12th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. comment "Exported from Arsenal by NoBody";
  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 4 do {this addItemToUniform "ACE_fieldDressing";};
  16. this addItemToUniform "ACE_morphine";
  17. this addItemToUniform "ItemcTabHCam";
  18. for "_i" from 1 to 3 do {this addItemToUniform "ACE_packingBandage";};
  19. for "_i" from 1 to 3 do {this addItemToUniform "ACE_elasticBandage";};
  20. this addItemToUniform "ACE_tourniquet";
  21. for "_i" from 1 to 3 do {this addItemToUniform "ACE_quikclot";};
  22. this addItemToUniform "ACE_microDAGR";
  23. this addItemToUniform "ACE_EarPlugs";
  24. this addItemToUniform "ACE_IR_Strobe_Item";
  25. this addVest "usaf_spcs_wdl_cct";
  26. this addItemToVest "ACE_Flashlight_MX991";
  27. for "_i" from 1 to 5 do {this addItemToVest "rhs_mag_m67";};
  28. for "_i" from 1 to 5 do {this addItemToVest "rhs_mag_mk3a2";};
  29. for "_i" from 1 to 6 do {this addItemToVest "rhs_mag_an_m8hc";};
  30. this addBackpack "usaf_ruck_wdl";
  31. this addItemToBackpack "rhsusf_opscore_rg_cover";
  32. for "_i" from 1 to 7 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Red";};
  33. for "_i" from 1 to 5 do {this addItemToBackpack "rhsusf_mag_7x45acp_MHP";};
  34. this addHeadgear "rhs_Booniehat_marpatwd";
  35. this addGoggles "BWA3_G_Combat_Black";
  36.  
  37. comment "Add weapons";
  38. this addWeapon "rhs_weap_m4a1_grip2";
  39. this addPrimaryWeaponItem "rhsusf_acc_rotex5_grey";
  40. this addPrimaryWeaponItem "rhsusf_acc_anpeq15A";
  41. this addPrimaryWeaponItem "ACE_optic_MRCO_2D";
  42. this addWeapon "launch_NLAW_F";
  43. this addWeapon "rhsusf_weap_m1911a1";
  44. this addWeapon "Binocular";
  45.  
  46. comment "Add items";
  47. this linkItem "ItemMap";
  48. this linkItem "ItemCompass";
  49. this linkItem "tf_microdagr";
  50. this linkItem "tf_rf7800str_1";
  51. this linkItem "ItemAndroid";
  52. this linkItem "rhsusf_ANPVS_15";
  53.  
  54. comment "Set identity";
  55. this setFace "WhiteHead_04";
  56. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement