Guest User

Schütze Leicht

a guest
Mar 24th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.21 KB | None | 0 0
  1. comment "Exported from Arsenal by Jashnok";
  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 "BWA3_Uniform_idz_Tropen";
  15. for "_i" from 1 to 14 do {this addItemToUniform "ACE_packingBandage";};
  16. for "_i" from 1 to 10 do {this addItemToUniform "ACE_fieldDressing";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  18. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  19. for "_i" from 1 to 2 do {this addItemToUniform "ACE_epinephrine";};
  20. for "_i" from 1 to 2 do {this addItemToUniform "ACE_atropine";};
  21. for "_i" from 1 to 3 do {this addItemToUniform "ACE_quikclot";};
  22. for "_i" from 1 to 5 do {this addItemToUniform "ACE_elasticBandage";};
  23. this addVest "BWA3_Vest_Rifleman1_Tropen";
  24. for "_i" from 1 to 5 do {this addItemToVest "ACE_quikclot";};
  25. for "_i" from 1 to 5 do {this addItemToVest "ACE_CableTie";};
  26. this addItemToVest "BWA3_G_Combat_Orange";
  27. this addItemToVest "BWA3_G_Combat_Clear";
  28. for "_i" from 1 to 2 do {this addItemToVest "ACE_EarPlugs";};
  29. this addItemToVest "ACE_Flashlight_XL50";
  30. for "_i" from 1 to 3 do {this addItemToVest "BWA3_DM51A1";};
  31. for "_i" from 1 to 3 do {this addItemToVest "BWA3_DM32_Yellow";};
  32. for "_i" from 1 to 3 do {this addItemToVest "BWA3_DM32_Orange";};
  33. for "_i" from 1 to 3 do {this addItemToVest "BWA3_DM25";};
  34. for "_i" from 1 to 2 do {this addItemToVest "BWA3_15Rnd_9x19_P8";};
  35. for "_i" from 1 to 6 do {this addItemToVest "BWA3_30Rnd_556x45_G36";};
  36. this addHeadgear "BWA3_CrewmanKSK_Tropen_Headset";
  37. this addGoggles "BWA3_G_Combat_Black";
  38.  
  39. comment "Add weapons";
  40. this addWeapon "BWA3_G36K";
  41. this addPrimaryWeaponItem "muzzle_snds_M";
  42. this addPrimaryWeaponItem "BWA3_acc_LLM01_irlaser";
  43. this addPrimaryWeaponItem "BWA3_optic_ZO4x30";
  44. this addWeapon "BWA3_P8";
  45. this addHandgunItem "BWA3_acc_LLM01_irlaser";
  46. this addWeapon "BWA3_Vector";
  47.  
  48. comment "Add items";
  49. this linkItem "ItemMap";
  50. this linkItem "ItemCompass";
  51. this linkItem "ACE_Altimeter";
  52. this linkItem "tf_anprc148jem_1";
  53. this linkItem "BWA3_ItemNaviPad";
  54. this linkItem "NVGoggles_OPFOR";
Advertisement
Add Comment
Please, Sign In to add comment