Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. comment "Exported from Arsenal by HA. T.Blackman";
  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 "TFA_black_grn";
  15. this addItemToUniform "TAC_PMC_ID_W2";
  16. this addItemToUniform "ACE_EarPlugs";
  17. this addItemToUniform "ACE_Flashlight_XL50";
  18. this addItemToUniform "ffaa_nvgoggles";
  19. this addItemToUniform "ACE_CableTie";
  20. this addItemToUniform "RH_spr_mbs";
  21. for "_i" from 1 to 4 do {this addItemToUniform "ACE_salineIV";};
  22. for "_i" from 1 to 2 do {this addItemToUniform "hlc_12Rnd_40SW_B_P226";};
  23. this addItemToUniform "30Rnd_556x45_Stanag";
  24. this addVest "TAC_V_Sheriff_BA_TB4";
  25. for "_i" from 1 to 6 do {this addItemToVest "ACE_salineIV";};
  26. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag";};
  27. this addBackpack "TRYK_B_Medbag_BK";
  28. for "_i" from 1 to 116 do {this addItemToBackpack "ACE_elasticBandage";};
  29. for "_i" from 1 to 25 do {this addItemToBackpack "ACE_quikclot";};
  30. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_epinephrine";};
  31. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_tourniquet";};
  32. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_salineIV";};
  33. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_morphine";};
  34. this addItemToBackpack "ACE_surgicalKit";
  35. this addItemToBackpack "adv_aceCPR_AED";
  36. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_salineIV_500";};
  37. this addHeadgear "TFA_Cap_HS_blk";
  38. this addGoggles "VSM_beard_3";
  39.  
  40. comment "Add weapons";
  41. this addWeapon "hlc_rifle_bcmjack";
  42. this addPrimaryWeaponItem "RH_peq15b";
  43. this addPrimaryWeaponItem "RH_compm4s";
  44. this addWeapon "hlc_pistol_P226R_40Combat";
  45. this addHandgunItem "hlc_muzzle_Evo9";
  46. this addWeapon "Rangefinder";
  47.  
  48. comment "Add items";
  49. this linkItem "ItemMap";
  50. this linkItem "ItemCompass";
  51. this linkItem "tf_microdagr";
  52. this linkItem "tf_anprc152_5";
  53. this linkItem "ItemcTab";
  54.  
  55. comment "Set identity";
  56. this setFace "WhiteHead_11";
  57. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement