Advertisement
PatchWorkExe

41st Elite Corps (Heavy)

Jun 22nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. comment "Exported from Arsenal by CL-2424 "Patches"";
  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 "SWOP_Clonetrooper_P1_41_F_CombatUniform";
  15. this addItemToUniform "ACE_EntrenchingTool";
  16. this addItemToUniform "ACE_Flashlight_XL50";
  17. this addVest "SWOP_Clonetrooper_P1_41_armor";
  18. this addBackpack "SWOP_B_CloneBackpack41";
  19. for "_i" from 1 to 40 do {this addItemToBackpack "300Rnd_BlasterLaser_Belt";};
  20. for "_i" from 1 to 30 do {this addItemToBackpack "SWOP_DC17Pistol_Mag";};
  21. for "_i" from 1 to 6 do {this addItemToBackpack "SWOP_SCAR_EMP_GrenadeGM";};
  22. for "_i" from 1 to 6 do {this addItemToBackpack "swop_mag_gimpact";};
  23. for "_i" from 1 to 5 do {this addItemToBackpack "OPTRE_M2_Smoke";};
  24. this addHeadgear "SWOP_Clonetrooper_helmet_p1_41";
  25.  
  26. comment "Add weapons";
  27. this addWeapon "SWOP_Z6Blaster";
  28. this addWeapon "SWOP_DC17Pistol";
  29. this addWeapon "ElectroBinocularsG_F";
  30.  
  31. comment "Add items";
  32. this linkItem "ItemMap";
  33. this linkItem "ItemCompass";
  34. this linkItem "tf_microdagr";
  35. this linkItem "tf_anprc152_2";
  36. this linkItem "ItemGPS";
  37. this linkItem "OPTRE_NVG";
  38.  
  39. comment "Set identity";
  40. this setFace "WhiteHead_09";
  41. this setSpeaker "male01eng";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement