Advertisement
PatchWorkExe

41st Elite Corps (Demo)

Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 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_packingBandage";};
  18. for "_i" from 1 to 20 do {this addItemToUniform "ACE_morphine";};
  19. for "_i" from 1 to 20 do {this addItemToUniform "ACE_epinephrine";};
  20. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  21. this addVest "SWOP_Clonetrooper_P1_41_armor";
  22. for "_i" from 1 to 20 do {this addItemToVest "ACE_elasticBandage";};
  23. for "_i" from 1 to 20 do {this addItemToVest "ACE_epinephrine";};
  24. for "_i" from 1 to 20 do {this addItemToVest "ACE_morphine";};
  25. for "_i" from 1 to 20 do {this addItemToVest "ACE_packingBandage";};
  26. this addItemToVest "OPTRE_M2_Smoke_Red";
  27. this addItemToVest "OPTRE_M2_Smoke_Purple";
  28. this addItemToVest "OPTRE_M2_Smoke_Blue";
  29. this addItemToVest "OPTRE_M2_Smoke_Green";
  30. this addItemToVest "SWOP_SCAR_EMP_GrenadeGM";
  31. this addBackpack "SWOP_B_CloneDVa";
  32. for "_i" from 1 to 4 do {this addItemToBackpack "SWOP_termDet_Gm";};
  33. for "_i" from 1 to 4 do {this addItemToBackpack "SWOP_SCAR_EMP_GrenadeGM";};
  34. for "_i" from 1 to 5 do {this addItemToBackpack "OPTRE_M2_Smoke_Green";};
  35. for "_i" from 1 to 5 do {this addItemToBackpack "OPTRE_M2_Smoke_Purple";};
  36. for "_i" from 1 to 5 do {this addItemToBackpack "OPTRE_M2_Smoke_Red";};
  37. for "_i" from 1 to 5 do {this addItemToBackpack "OPTRE_M2_Smoke";};
  38. for "_i" from 1 to 10 do {this addItemToBackpack "SWOP_DC15_Mag";};
  39. for "_i" from 1 to 4 do {this addItemToBackpack "DCStun_Mag";};
  40. for "_i" from 1 to 10 do {this addItemToBackpack "SWOP_DC17Pistol_Mag";};
  41. this addItemToBackpack "SWOP_bacta_G";
  42. for "_i" from 1 to 5 do {this addItemToBackpack "OPTRE_M2_Smoke_Blue";};
  43. this addHeadgear "SWOP_Clonetrooper_helmet_p1_41";
  44.  
  45. comment "Add weapons";
  46. this addWeapon "SWOP_DC15_GRIP";
  47. this addWeapon "SWOP_DC17Pistol";
  48. this addWeapon "ElectroBinocularsG_F";
  49.  
  50. comment "Add items";
  51. this linkItem "ItemMap";
  52. this linkItem "ItemCompass";
  53. this linkItem "tf_microdagr";
  54. this linkItem "tf_anprc152_2";
  55. this linkItem "ItemGPS";
  56. this linkItem "OPTRE_NVG";
  57.  
  58. comment "Set identity";
  59. this setFace "WhiteHead_09";
  60. this setSpeaker "male01eng";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement