Advertisement
ItsRit

2/23 Woodland Corpsman

Aug 27th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. comment "Exported from Arsenal by 2ndLt C. Hannibal";
  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. this addItemToUniform "ACE_EarPlugs";
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_fieldDressing";};
  18. for "_i" from 1 to 2 do {this addItemToUniform "ACE_elasticBandage";};
  19. for "_i" from 1 to 2 do {this addItemToUniform "ACE_packingBandage";};
  20. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  21. for "_i" from 1 to 3 do {this addItemToUniform "ACE_tourniquet";};
  22. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  23. for "_i" from 1 to 2 do {this addItemToUniform "ACE_epinephrine";};
  24. this addItemToUniform "SmokeShellGreen";
  25. this addItemToUniform "SmokeShell";
  26. this addItemToUniform "HandGrenade";
  27. this addVest "rhsusf_spc_corpsman";
  28. for "_i" from 1 to 8 do {this addItemToVest "ACE_elasticBandage";};
  29. for "_i" from 1 to 8 do {this addItemToVest "ACE_packingBandage";};
  30. this addItemToVest "ACE_Flashlight_XL50";
  31. this addItemToVest "ACE_IR_Strobe_Item";
  32. this addItemToVest "H_Watchcap_cbr";
  33. this addItemToVest "HandGrenade";
  34. for "_i" from 1 to 4 do {this addItemToVest "SmokeShell";};
  35. this addItemToVest "SmokeShellGreen";
  36. for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk262_Stanag";};
  37. this addBackpack "rhsusf_assault_eagleaiii_coy";
  38. this addItemToBackpack "ACE_MapTools";
  39. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_fieldDressing";};
  40. for "_i" from 1 to 14 do {this addItemToBackpack "ACE_elasticBandage";};
  41. for "_i" from 1 to 14 do {this addItemToBackpack "ACE_packingBandage";};
  42. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_quikclot";};
  43. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_tourniquet";};
  44. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_morphine";};
  45. for "_i" from 1 to 13 do {this addItemToBackpack "ACE_epinephrine";};
  46. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_atropine";};
  47. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_salineIV";};
  48. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_salineIV_500";};
  49. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_bloodIV_500";};
  50. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_plasmaIV_250";};
  51. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_personalAidKit";};
  52. this addHeadgear "rhsusf_mich_helmet_marpatwd_alt_headset";
  53. this addGoggles "rhs_scarf";
  54.  
  55. comment "Add weapons";
  56. this addWeapon "rhs_weap_m4a1_carryhandle";
  57. this addPrimaryWeaponItem "rhsusf_acc_compm4";
  58. this addWeapon "Binocular";
  59.  
  60. comment "Add items";
  61. this linkItem "ItemCompass";
  62. this linkItem "ItemWatch";
  63. this linkItem "tf_anprc152_9";
  64. this linkItem "ItemGPS";
  65. this linkItem "rhsusf_ANPVS_14";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement