Advertisement
anden3

Untitled

May 8th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. comment "Exported from Arsenal by andre";
  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 "LOP_U_CHR_Doctor_01";
  15. for "_i" from 1 to 3 do {this addItemToUniform "ACE_CableTie";};
  16. this addBackpack "UK3CB_BAF_B_Bergen_Arctic_Rifleman_B";
  17. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_morphine";};
  18. this addItemToBackpack "ACE_personalAidKit";
  19. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_tourniquet";};
  20. for "_i" from 1 to 50 do {this addItemToBackpack "ACE_elasticBandage";};
  21. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_epinephrine";};
  22. for "_i" from 1 to 50 do {this addItemToBackpack "ACE_packingBandage";};
  23. this addItemToBackpack "ACE_surgicalKit";
  24. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_atropine";};
  25. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_adenosine";};
  26. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_bloodIV_500";};
  27. this addHeadgear "UK3CB_BAF_H_Beret_RAMC";
  28. this addGoggles "G_Aviator";
  29.  
  30. comment "Add weapons";
  31. this addWeapon "Rangefinder";
  32.  
  33. comment "Add items";
  34. this linkItem "ItemMap";
  35. this linkItem "ItemCompass";
  36. this linkItem "ACE_Altimeter";
  37. this linkItem "tf_anprc152_54";
  38. this linkItem "ItemGPS";
  39.  
  40. comment "Set identity";
  41. this setFace "Custom";
  42. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement