Advertisement
PatchWorkExe

Medic Technician 5th Grade

Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. comment "Exported from Arsenal by Captain Williams";
  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 "U_LIB_US_M43_AB_Uniform_Medic_T3";
  15. this addItemToUniform "ACE_EntrenchingTool";
  16. this addItemToUniform "ACE_EarPlugs";
  17. this addItemToUniform "ACE_Flashlight_XL50";
  18. for "_i" from 1 to 6 do {this addItemToUniform "LIB_7Rnd_45ACP";};
  19. this addVest "V_LIB_US_AB_Vest_Grenadier";
  20. for "_i" from 1 to 15 do {this addItemToVest "ACE_morphine";};
  21. for "_i" from 1 to 20 do {this addItemToVest "ACE_packingBandage";};
  22. for "_i" from 1 to 15 do {this addItemToVest "ACE_epinephrine";};
  23. for "_i" from 1 to 20 do {this addItemToVest "ACE_elasticBandage";};
  24. this addBackpack "B_LIB_US_M36_Bandoleer";
  25. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_tourniquet";};
  26. this addItemToBackpack "ACE_surgicalKit";
  27. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_salineIV_250";};
  28. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_salineIV_500";};
  29. this addItemToBackpack "ACE_personalAidKit";
  30. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_salineIV";};
  31. for "_i" from 1 to 6 do {this addItemToBackpack "LIB_15Rnd_762x33";};
  32. this addHeadgear "H_LIB_US_AB_Helmet_Medic_1";
  33. this addGoggles "G_LIB_GER_Gloves5";
  34.  
  35. comment "Add weapons";
  36. this addWeapon "LIB_M1A1_Carbine";
  37. this addWeapon "LIB_Colt_M1911";
  38.  
  39. comment "Add items";
  40.  
  41. comment "Set identity";
  42. this setFace "WhiteHead_09";
  43. this setSpeaker "male01eng";
  44. [this,"17th_Airborne"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement