Advertisement
Guest User

Kit 4 tonight

a guest
Jun 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1.  
  2. comment "Exported from Arsenal by L. David";
  3.  
  4. comment "[!] UNIT MUST BE LOCAL [!]";
  5. if (!local this) exitWith {};
  6.  
  7. comment "Remove existing items";
  8. removeAllWeapons this;
  9. removeAllItems this;
  10. removeAllAssignedItems this;
  11. removeUniform this;
  12. removeVest this;
  13. removeBackpack this;
  14. removeHeadgear this;
  15. removeGoggles this;
  16.  
  17. comment "Add containers";
  18. this forceAddUniform "VSM_Multicam_Camo";
  19. for "_i" from 1 to 20 do {this addItemToUniform "ACE_elasticBandage";};
  20. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  21. this addItemToUniform "adv_aceSplint_splint";
  22. this addItemToUniform "ACE_MapTools";
  23. this addItemToUniform "rhs_m136_hedp_mag";
  24. this addItemToUniform "rhs_mag_30Rnd_556x45_Mk262_PMAG";
  25. for "_i" from 1 to 10 do {this addItemToUniform "KAT_Painkiller";};
  26. this addItemToUniform "murshun_cigs_lighter";
  27. this addItemToUniform "murshun_cigs_cigpack";
  28. this addVest "VSM_CarrierRig_Gunner_Multicam";
  29. for "_i" from 1 to 3 do {this addItemToVest "ACE_Flashlight_XL50";};
  30. this addItemToVest "MineDetector";
  31. this addItemToVest "ACE_Flashlight_MX991";
  32. for "_i" from 1 to 2 do {this addItemToVest "ACE_EarPlugs";};
  33. this addItemToVest "ACE_DefusalKit";
  34. for "_i" from 1 to 5 do {this addItemToVest "KAT_ChestSeal";};
  35. for "_i" from 1 to 10 do {this addItemToVest "ACE_atropine";};
  36. for "_i" from 1 to 10 do {this addItemToVest "ACE_adenosine";};
  37. for "_i" from 1 to 2 do {this addItemToVest "ACE_Chemlight_Shield";};
  38. this addItemToVest "ACE_Clacker";
  39. this addItemToVest "ACE_personalAidKit";
  40. for "_i" from 1 to 4 do {this addItemToVest "adv_aceSplint_splint";};
  41. this addItemToVest "ACE_surgicalKit";
  42. for "_i" from 1 to 4 do {this addItemToVest "ACE_tourniquet";};
  43. for "_i" from 1 to 3 do {this addItemToVest "ACE_Chemlight_HiRed";};
  44. for "_i" from 1 to 3 do {this addItemToVest "ACE_Chemlight_HiBlue";};
  45. for "_i" from 1 to 3 do {this addItemToVest "ACE_Chemlight_HiGreen";};
  46. for "_i" from 1 to 3 do {this addItemToVest "SmokeShellBlue";};
  47. for "_i" from 1 to 3 do {this addItemToVest "SmokeShellRed";};
  48. for "_i" from 1 to 3 do {this addItemToVest "SmokeShellGreen";};
  49. for "_i" from 1 to 4 do {this addItemToVest "1Rnd_SmokeRed_Grenade_shell";};
  50. for "_i" from 1 to 4 do {this addItemToVest "1Rnd_SmokeGreen_Grenade_shell";};
  51. for "_i" from 1 to 2 do {this addItemToVest "1Rnd_SmokeBlue_Grenade_shell";};
  52. for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk262_PMAG";};
  53. this addItemToVest "DemoCharge_Remote_Mag";
  54. this addItemToVest "gm_handgrenade_frag_rgd5";
  55. this addBackpack "VSM_Multicam_Backpack_Kitbag";
  56. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_morphine";};
  57. this addItemToBackpack "ACE_personalAidKit";
  58. this addItemToBackpack "KAT_Pulseoximeter";
  59. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_salineIV_500";};
  60. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_plasmaIV_500";};
  61. for "_i" from 1 to 5 do {this addItemToBackpack "adv_aceSplint_splint";};
  62. this addItemToBackpack "ACE_surgicalKit";
  63. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_tourniquet";};
  64. for "_i" from 1 to 2 do {this addItemToBackpack "KAT_larynx";};
  65. this addItemToBackpack "KAT_guedel";
  66. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_epinephrine";};
  67. this addItemToBackpack "ACE_EntrenchingTool";
  68. this addItemToBackpack "ACE_EarPlugs";
  69. this addItemToBackpack "ACE_DefusalKit";
  70. this addItemToBackpack "ACE_microDAGR";
  71. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_CableTie";};
  72. this addItemToBackpack "ACE_bodyBag";
  73. this addItemToBackpack "adv_aceCPR_AED";
  74. for "_i" from 1 to 2 do {this addItemToBackpack "ACRE_PRC152";};
  75. for "_i" from 1 to 9 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_Mk262_PMAG";};
  76. this addItemToBackpack "DemoCharge_Remote_Mag";
  77. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_Chemlight_UltraHiOrange";};
  78. this addHeadgear "VSM_OPS_multicam";
  79. this addGoggles "VSM_Shemagh_Facemask_tan_Goggles";
  80.  
  81. comment "Add weapons";
  82. this addWeapon "SMA_MK18MOE";
  83. this addPrimaryWeaponItem "SMA_supp2BOD_556";
  84. this addPrimaryWeaponItem "SMA_ANPEQ15_TOP_BLK_MK18";
  85. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER";
  86. this addPrimaryWeaponItem "SMA_Gripod_01";
  87. this addWeapon "rhs_weap_M136_hedp";
  88. this addSecondaryWeaponItem "rhs_acc_at4_handler";
  89. this addWeapon "rhs_weap_M320";
  90. this addWeapon "rhsusf_bino_lerca_1200_tan";
  91.  
  92. comment "Add items";
  93. this linkItem "ItemMap";
  94. this linkItem "ItemCompass";
  95. this linkItem "gm_watch_kosei_80";
  96. this linkItem "ItemRadio";
  97. this linkItem "ItemcTab";
  98. this linkItem "rhsusf_ANPVS_15";
  99.  
  100. comment "Set identity";
  101. [this,"Default","ace_novoice"] call BIS_fnc_setIdentity;
  102. [this,"JI_Tread"] call BIS_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement