Advertisement
PatchWorkExe

41st Elite Corps (Disruptor)

Jun 22nd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 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. for "_i" from 1 to 20 do {this addItemToUniform "ACE_elasticBandage";};
  18. for "_i" from 1 to 20 do {this addItemToUniform "ACE_epinephrine";};
  19. for "_i" from 1 to 20 do {this addItemToUniform "ACE_morphine";};
  20. for "_i" from 1 to 20 do {this addItemToUniform "ACE_packingBandage";};
  21. for "_i" from 1 to 4 do {this addItemToUniform "ACE_Chemlight_White";};
  22. this addVest "SWOP_Clonetrooper_P1_41_armor";
  23. for "_i" from 1 to 9 do {this addItemToVest "SWOP_DC17Pistol_Mag";};
  24. for "_i" from 1 to 4 do {this addItemToVest "SWOP_SCAR_EMP_GrenadeGM";};
  25. for "_i" from 1 to 4 do {this addItemToVest "SWOP_termDet_Gm";};
  26. this addBackpack "SWOP_B_CloneBackpack41";
  27. for "_i" from 1 to 10 do {this addItemToBackpack "SW_iondisruptor_BlasterRifle_Mag";};
  28. this addHeadgear "SWOP_Clonetrooper_helmet_p1_41";
  29.  
  30. comment "Add weapons";
  31. this addWeapon "SW_iondisruptor_BlasterRifle";
  32. this addWeapon "SWOP_DC17Pistol";
  33. this addWeapon "ElectroBinocularsG_F";
  34.  
  35. comment "Add items";
  36. this linkItem "ItemMap";
  37. this linkItem "ItemCompass";
  38. this linkItem "tf_microdagr";
  39. this linkItem "tf_anprc152_2";
  40. this linkItem "ItemGPS";
  41. this linkItem "OPTRE_NVG";
  42.  
  43. comment "Set identity";
  44. this setFace "WhiteHead_09";
  45. this setSpeaker "male01eng";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement