Advertisement
Guest User

ts

a guest
Jun 24th, 2019
82
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 Tte. Alex Murphy";
  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 "EAlpha_uniforme_emerson_BSPixel_item";
  15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_EarPlugs";};
  16. for "_i" from 1 to 3 do {this addItemToUniform "ACE_CableTie";};
  17. this addItemToUniform "ACE_IR_Strobe_Item";
  18. this addItemToUniform "ACE_Flashlight_XL50";
  19. this addItemToUniform "ACE_microDAGR";
  20. this addItemToUniform "ACE_Kestrel4500";
  21. this addItemToUniform "ACE_ATragMX";
  22. this addVest "CF_LBT6094_Ligero_BS_Sld";
  23. this addItemToVest "ACE_HandFlare_Yellow";
  24. this addItemToVest "ACE_HandFlare_White";
  25. this addItemToVest "ACE_HandFlare_Green";
  26. this addItemToVest "SmokeShellBlue";
  27. this addItemToVest "SmokeShellRed";
  28. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  29. this addItemToVest "ffaa_granada_alhambra";
  30. for "_i" from 1 to 9 do {this addItemToVest "20Rnd_762x51_Mag";};
  31. this addBackpack "ffaa_brilat_mochila_boscoso";
  32. this addItemToBackpack "ffaa_nvgoggles";
  33. this addItemToBackpack "ACE_epinephrine";
  34. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_morphine";};
  35. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_tourniquet";};
  36. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_fieldDressing";};
  37. this addItemToBackpack "rhsusf_shemagh2_gogg_grn";
  38. this addItemToBackpack "cf_OPS_BS";
  39. this addItemToBackpack "rhsusf_acc_premier_anpvs27";
  40. this addHeadgear "ffaa_bripac_boina";
  41.  
  42. comment "Add weapons";
  43. this addWeapon "srifle_EBR_F";
  44. this addPrimaryWeaponItem "muzzle_snds_B";
  45. this addPrimaryWeaponItem "ffaa_optic_3x12x50";
  46. this addPrimaryWeaponItem "rhsusf_acc_harris_bipod";
  47. this addWeapon "ACE_Vector";
  48.  
  49. comment "Add items";
  50. this linkItem "ItemMap";
  51. this linkItem "ItemCompass";
  52. this linkItem "ACE_Altimeter";
  53. this linkItem "TFAR_anprc152";
  54. this linkItem "ItemGPS";
  55.  
  56. comment "Set identity";
  57. this setFace "WhiteHead_17";
  58. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement