Advertisement
PatchWorkExe

Machine Gunner Tech Grade 4

Jun 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 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_82AB_Uniform_T4";
  15. this addItemToUniform "ACE_EarPlugs";
  16. this addItemToUniform "ACE_EntrenchingTool";
  17. this addItemToUniform "ACE_Flashlight_XL50";
  18. for "_i" from 1 to 5 do {this addItemToUniform "ACE_packingBandage";};
  19. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  20. for "_i" from 1 to 5 do {this addItemToUniform "ACE_elasticBandage";};
  21. for "_i" from 1 to 3 do {this addItemToUniform "ACE_epinephrine";};
  22. this addVest "V_LIB_US_AB_Vest_Grenadier";
  23. for "_i" from 1 to 2 do {this addItemToVest "LIB_50Rnd_762x63";};
  24. for "_i" from 1 to 2 do {this addItemToVest "LIB_US_Mk_2";};
  25. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  26. this addBackpack "B_LIB_US_Backpack_Mk2";
  27. for "_i" from 1 to 6 do {this addItemToBackpack "LIB_50Rnd_762x63";};
  28. for "_i" from 1 to 4 do {this addItemToBackpack "LIB_7Rnd_45ACP";};
  29. this addHeadgear "H_LIB_US_AB_Helmet";
  30. this addGoggles "G_LIB_GER_Gloves5";
  31.  
  32. comment "Add weapons";
  33. this addWeapon "LIB_M1919A6";
  34. this addWeapon "LIB_Colt_M1911";
  35.  
  36. comment "Add items";
  37.  
  38. comment "Set identity";
  39. this setFace "WhiteHead_12";
  40. this setSpeaker "male01eng";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement