Advertisement
PatchWorkExe

41st Elite Corps (Medic)

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