Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 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_TB5";
  25. for "_i" from 1 to 14 do {this addItemToVest "ACE_salineIV";};
  26. for "_i" from 1 to 20 do {this addItemToVest "ACE_morphine";};
  27. for "_i" from 1 to 10 do {this addItemToVest "ACE_epinephrine";};
  28. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag";};
  29. this addBackpack "TRYK_B_Medbag_BK";
  30. for "_i" from 1 to 115 do {this addItemToBackpack "ACE_elasticBandage";};
  31. for "_i" from 1 to 25 do {this addItemToBackpack "ACE_quikclot";};
  32. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_epinephrine";};
  33. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_tourniquet";};
  34. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_morphine";};
  35. this addItemToBackpack "ACE_surgicalKit";
  36. this addItemToBackpack "adv_aceCPR_AED";
  37. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_salineIV";};
  38. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_salineIV_500";};
  39. this addItemToBackpack "ACE_CableTie";
  40. this addHeadgear "TFA_Cap_HS_blk";
  41. this addGoggles "VSM_beard_3";
  42.  
  43. comment "Add weapons";
  44. this addWeapon "hlc_rifle_bcmjack";
  45. this addPrimaryWeaponItem "RH_peq15b";
  46. this addPrimaryWeaponItem "iansky_rds";
  47. this addWeapon "hlc_pistol_P226R_40Combat";
  48. this addHandgunItem "hlc_muzzle_Evo9";
  49. this addWeapon "Rangefinder";
  50.  
  51. comment "Add items";
  52. this linkItem "ItemMap";
  53. this linkItem "ItemCompass";
  54. this linkItem "tf_microdagr";
  55. this linkItem "tf_anprc152_5";
  56. this linkItem "ItemcTab";
  57.  
  58. comment "Set identity";
  59. this setFace "WhiteHead_11";
  60. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement