Advertisement
PatchWorkExe

41st Elite Corps (Demo)

Jun 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 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_41camo1_F_CombatUniform";
  15. this addItemToUniform "ACE_EntrenchingTool";
  16. this addItemToUniform "ACE_Flashlight_XL50";
  17. this addItemToUniform "ACE_DefusalKit";
  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 20 do {this addItemToUniform "ACE_elasticBandage";};
  22. this addItemToUniform "ACE_Clacker";
  23. this addVest "SWOP_Clonetrooper_41camo1_armor_recon2";
  24. for "_i" from 1 to 4 do {this addItemToVest "SWOP_termDet_Gm";};
  25. for "_i" from 1 to 4 do {this addItemToVest "SWOP_SCAR_EMP_GrenadeGM";};
  26. this addItemToVest "SWOP_DC15_Mag";
  27. for "_i" from 1 to 2 do {this addItemToVest "DCStun_Mag";};
  28. this addBackpack "SWOP_B_CloneBackpack41";
  29. for "_i" from 1 to 3 do {this addItemToBackpack "SWOPthrowablectype";};
  30. for "_i" from 1 to 10 do {this addItemToBackpack "SWOP_DC15_Mag";};
  31. for "_i" from 1 to 4 do {this addItemToBackpack "DCStun_Mag";};
  32. for "_i" from 1 to 3 do {this addItemToBackpack "DemoCharge_Remote_Mag";};
  33. for "_i" from 1 to 5 do {this addItemToBackpack "SWOP_termDet_Gm";};
  34. for "_i" from 1 to 6 do {this addItemToBackpack "SWOP_SCAR_EMP_GrenadeGM";};
  35. this addHeadgear "SWOP_Clonetrooper_41camo1_helmet";
  36.  
  37. comment "Add weapons";
  38. this addWeapon "SWOP_DC15";
  39. this addWeapon "ElectroBinocularsG_F";
  40.  
  41. comment "Add items";
  42. this linkItem "ItemMap";
  43. this linkItem "ItemCompass";
  44. this linkItem "tf_microdagr";
  45. this linkItem "tf_anprc152_2";
  46. this linkItem "ItemGPS";
  47. this linkItem "OPTRE_NVG";
  48.  
  49. comment "Set identity";
  50. this setFace "WhiteHead_09";
  51. this setSpeaker "male01eng";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement