Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. comment "Exported from Arsenal by CS-4570 "Kopa"";
  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_9drak_F_CombatUniform";
  15. for "_i" from 1 to 2 do {this addItemToUniform "1Rnd_HE_Grenade_shell";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "1Rnd_SmokeRed_Grenade_shell";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "SWLW_DC17_Mag";};
  18. for "_i" from 1 to 4 do {this addItemToUniform "SWLW_WestarM5_Mag";};
  19. for "_i" from 1 to 4 do {this addItemToUniform "SWLW_WestarM5_standard_Mag";};
  20. this addVest "SWOP_Clonetrooper_9_armor_pauldrons";
  21. for "_i" from 1 to 10 do {this addItemToVest "ACE_CableTie";};
  22. this addItemToVest "ACE_EntrenchingTool";
  23. this addItemToVest "ACE_IR_Strobe_Item";
  24. this addItemToVest "ACE_Flashlight_XL50";
  25. this addBackpack "SWOP_B_CloneDV";
  26. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_elasticBandage";};
  27. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_epinephrine";};
  28. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_morphine";};
  29. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_packingBandage";};
  30. this addItemToBackpack "ACE_personalAidKit";
  31. for "_i" from 1 to 12 do {this addItemToBackpack "ACE_salineIV_250";};
  32. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_salineIV_500";};
  33. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  34. this addItemToBackpack "ACE_surgicalKit";
  35. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_bodyBag";};
  36. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_salineIV";};
  37. for "_i" from 1 to 10 do {this addItemToBackpack "OPTRE_M2_Smoke";};
  38. for "_i" from 1 to 5 do {this addItemToBackpack "OPTRE_M2_Smoke_Blue";};
  39. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_Chemlight_HiWhite";};
  40. for "_i" from 1 to 5 do {this addItemToBackpack "OPTRE_M2_Smoke_Purple";};
  41. for "_i" from 1 to 5 do {this addItemToBackpack "B_IR_Grenade";};
  42. this addHeadgear "SWOP_Clonetrooper_helmet_p1_lieutenant";
  43.  
  44. comment "Add weapons";
  45. this addWeapon "SWLW_WestarM5";
  46. this addWeapon "SWLW_DC17";
  47. this addWeapon "SWLA_clone_electrobinocular";
  48.  
  49. comment "Add items";
  50. this linkItem "ItemMap";
  51. this linkItem "ItemCompass";
  52. this linkItem "tf_microdagr";
  53. this linkItem "tf_anprc152_11";
  54. this linkItem "ItemGPS";
  55. this linkItem "SWOP_rangeARC";
  56.  
  57. comment "Set identity";
  58. this setFace "Sturrock";
  59. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement