Advertisement
PatchWorkExe

41st Elite Corps (Pilot)

Jun 22nd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 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_F_CombatUniform";
  15. this addItemToUniform "ACE_EntrenchingTool";
  16. this addItemToUniform "ACE_Flashlight_XL50";
  17. for "_i" from 1 to 3 do {this addItemToUniform "SWOP_DC15_Mag";};
  18. this addVest "SWOP_Clonetrooper_armor";
  19. for "_i" from 1 to 30 do {this addItemToVest "ACE_elasticBandage";};
  20. this addItemToVest "ACE_EntrenchingTool";
  21. this addItemToVest "ACE_Flashlight_XL50";
  22. for "_i" from 1 to 14 do {this addItemToVest "ACE_epinephrine";};
  23. for "_i" from 1 to 15 do {this addItemToVest "ACE_morphine";};
  24. for "_i" from 1 to 30 do {this addItemToVest "ACE_packingBandage";};
  25. this addBackpack "SWOP_B_CloneDVa";
  26. for "_i" from 1 to 5 do {this addItemToBackpack "SW_SquadShield_magCARGA";};
  27. for "_i" from 1 to 5 do {this addItemToBackpack "SWOP_bacta_G";};
  28. for "_i" from 1 to 15 do {this addItemToBackpack "SWOP_DC15_Mag";};
  29. this addHeadgear "SWOP_Clonetrooper_pilot_helmet";
  30.  
  31. comment "Add weapons";
  32. this addWeapon "SWOP_DC15_GRIP";
  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