Advertisement
Guest User

New Loadouts 2018

a guest
Jan 17th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.98 KB | None | 0 0
  1. Rifleman:
  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 "rhs_uniform_vdv_flora";
  15. this addItemToUniform "ACE_EarPlugs";
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  17. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  18. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  19. this addItemToUniform "ACE_Flashlight_MX991";
  20. this addItemToUniform "ACE_epinephrine";
  21. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  22. this addItemToUniform "ACE_bodyBag";
  23. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  24. this addVest "rhs_6b23_rifleman";
  25. for "_i" from 1 to 6 do {this addItemToVest "ACE_elasticBandage";};
  26. this addItemToVest "ACE_MapTools";
  27. this addItemToVest "MCC_multiTool";
  28. this addItemToVest "rhs_acc_dtk4short";
  29. this addItemToVest "ACE_EntrenchingTool";
  30. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  31. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgd5";};
  32. for "_i" from 1 to 2 do {this addItemToVest "rhs_30Rnd_545x39_AK";};
  33. this addBackpack "rhssaf_kitbag_smb";
  34. this addItemToBackpack "NVGoggles_INDEP";
  35. this addItemToBackpack "ACE_Clacker";
  36. this addItemToBackpack "MineDetector";
  37. this addItemToBackpack "ACE_DefusalKit";
  38. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_mag_9x19_17";};
  39. for "_i" from 1 to 7 do {this addItemToBackpack "rhs_30Rnd_545x39_AK";};
  40. for "_i" from 1 to 6 do {this addItemToBackpack "DemoCharge_Remote_Mag";};
  41. this addHeadgear "rhs_6b26";
  42.  
  43. comment "Add weapons";
  44. this addWeapon "rhs_weap_ak74mr";
  45. this addPrimaryWeaponItem "rhs_acc_uuk";
  46. this addPrimaryWeaponItem "rhsusf_acc_SpecterDR_A";
  47. this addWeapon "rhs_weap_rpg26";
  48. this addWeapon "rhs_weap_pya";
  49.  
  50. comment "Add items";
  51. this linkItem "ItemMap";
  52. this linkItem "ItemCompass";
  53. this linkItem "ACE_Altimeter";
  54. this linkItem "tf_anprc152_3";
  55.  
  56. AT Rifleman:
  57.  
  58. comment "Remove existing items";
  59. removeAllWeapons this;
  60. removeAllItems this;
  61. removeAllAssignedItems this;
  62. removeUniform this;
  63. removeVest this;
  64. removeBackpack this;
  65. removeHeadgear this;
  66. removeGoggles this;
  67.  
  68. comment "Add containers";
  69. this forceAddUniform "rhs_uniform_vdv_flora";
  70. this addItemToUniform "ACE_EarPlugs";
  71. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  72. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  73. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  74. this addItemToUniform "ACE_Flashlight_MX991";
  75. this addItemToUniform "ACE_epinephrine";
  76. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  77. this addItemToUniform "ACE_bodyBag";
  78. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  79. this addVest "rhs_6b23_rifleman";
  80. for "_i" from 1 to 6 do {this addItemToVest "ACE_elasticBandage";};
  81. this addItemToVest "ACE_MapTools";
  82. this addItemToVest "MCC_multiTool";
  83. this addItemToVest "rhs_acc_dtk4short";
  84. this addItemToVest "ACE_EntrenchingTool";
  85. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  86. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgd5";};
  87. for "_i" from 1 to 2 do {this addItemToVest "rhs_30Rnd_545x39_AK";};
  88. this addBackpack "CUP_B_RPGPack_Khaki";
  89. this addItemToBackpack "NVGoggles_INDEP";
  90. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_mag_9x19_17";};
  91. for "_i" from 1 to 7 do {this addItemToBackpack "rhs_30Rnd_545x39_AK";};
  92. this addItemToBackpack "rhs_rpg7_PG7V_mag";
  93. this addItemToBackpack "rhs_rpg7_OG7V_mag";
  94. this addHeadgear "rhs_6b26";
  95.  
  96. comment "Add weapons";
  97. this addWeapon "rhs_weap_ak74mr";
  98. this addPrimaryWeaponItem "rhs_acc_uuk";
  99. this addPrimaryWeaponItem "rhsusf_acc_SpecterDR_A";
  100. this addWeapon "rhs_weap_rpg7";
  101. this addSecondaryWeaponItem "rhs_acc_pgo7v";
  102. this addWeapon "rhs_weap_pya";
  103.  
  104. comment "Add items";
  105. this linkItem "ItemMap";
  106. this linkItem "ItemCompass";
  107. this linkItem "ACE_Altimeter";
  108. this linkItem "tf_anprc152_3";
  109.  
  110. Medic:
  111.  
  112. comment "Remove existing items";
  113. removeAllWeapons this;
  114. removeAllItems this;
  115. removeAllAssignedItems this;
  116. removeUniform this;
  117. removeVest this;
  118. removeBackpack this;
  119. removeHeadgear this;
  120. removeGoggles this;
  121.  
  122. comment "Add containers";
  123. this forceAddUniform "rhs_uniform_vdv_flora";
  124. this addItemToUniform "ACE_EarPlugs";
  125. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  126. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  127. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  128. this addItemToUniform "ACE_Flashlight_MX991";
  129. this addItemToUniform "ACE_epinephrine";
  130. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  131. this addItemToUniform "ACE_bodyBag";
  132. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  133. this addVest "rhs_6b23_rifleman";
  134. for "_i" from 1 to 6 do {this addItemToVest "ACE_elasticBandage";};
  135. this addItemToVest "ACE_MapTools";
  136. this addItemToVest "MCC_multiTool";
  137. this addItemToVest "rhs_acc_dtk4short";
  138. this addItemToVest "ACE_EntrenchingTool";
  139. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  140. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgd5";};
  141. for "_i" from 1 to 2 do {this addItemToVest "rhs_30Rnd_545x39_AK";};
  142. this addBackpack "B_Carryall_oli";
  143. this addItemToBackpack "NVGoggles_INDEP";
  144. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_tourniquet";};
  145. this addItemToBackpack "ACE_surgicalKit";
  146. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_salineIV_500";};
  147. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_salineIV_250";};
  148. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_salineIV";};
  149. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_morphine";};
  150. this addItemToBackpack "ACE_personalAidKit";
  151. for "_i" from 1 to 35 do {this addItemToBackpack "ACE_packingBandage";};
  152. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_epinephrine";};
  153. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_quikclot";};
  154. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_elasticBandage";};
  155. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_mag_9x19_17";};
  156. for "_i" from 1 to 7 do {this addItemToBackpack "rhs_30Rnd_545x39_AK";};
  157. this addHeadgear "rhs_6b26";
  158.  
  159. comment "Add weapons";
  160. this addWeapon "rhs_weap_ak74mr";
  161. this addPrimaryWeaponItem "rhs_acc_uuk";
  162. this addPrimaryWeaponItem "rhsusf_acc_SpecterDR_A";
  163. this addWeapon "rhs_weap_pya";
  164.  
  165. comment "Add items";
  166. this linkItem "ItemMap";
  167. this linkItem "ItemCompass";
  168. this linkItem "ACE_Altimeter";
  169. this linkItem "tf_anprc152_4";
  170.  
  171. Machine Gunner:
  172.  
  173. comment "Remove existing items";
  174. removeAllWeapons this;
  175. removeAllItems this;
  176. removeAllAssignedItems this;
  177. removeUniform this;
  178. removeVest this;
  179. removeBackpack this;
  180. removeHeadgear this;
  181. removeGoggles this;
  182.  
  183. comment "Add containers";
  184. this forceAddUniform "rhs_uniform_vdv_flora";
  185. this addItemToUniform "ACE_EarPlugs";
  186. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  187. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  188. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  189. this addItemToUniform "ACE_Flashlight_MX991";
  190. this addItemToUniform "ACE_epinephrine";
  191. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  192. this addItemToUniform "ACE_bodyBag";
  193. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  194. this addVest "rhs_6b23_rifleman";
  195. for "_i" from 1 to 6 do {this addItemToVest "ACE_elasticBandage";};
  196. this addItemToVest "ACE_MapTools";
  197. this addItemToVest "MCC_multiTool";
  198. this addItemToVest "ACE_EntrenchingTool";
  199. this addItemToVest "NVGoggles_INDEP";
  200. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  201. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgd5";};
  202. this addItemToVest "rhs_mag_9x19_17";
  203. this addBackpack "rhssaf_kitbag_smb";
  204. for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_9x19_17";};
  205. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_100Rnd_762x54mmR";};
  206. this addHeadgear "rhs_6b26";
  207.  
  208. comment "Add weapons";
  209. this addWeapon "rhs_weap_pkp";
  210. this addPrimaryWeaponItem "rhs_acc_pkas_pkp";
  211. this addWeapon "rhs_weap_pya";
  212.  
  213. comment "Add items";
  214. this linkItem "ItemMap";
  215. this linkItem "ItemCompass";
  216. this linkItem "ACE_Altimeter";
  217. this linkItem "tf_anprc152_3";
  218.  
  219. Machine Gunner Assist:
  220.  
  221. comment "Remove existing items";
  222. removeAllWeapons this;
  223. removeAllItems this;
  224. removeAllAssignedItems this;
  225. removeUniform this;
  226. removeVest this;
  227. removeBackpack this;
  228. removeHeadgear this;
  229. removeGoggles this;
  230.  
  231. comment "Add containers";
  232. this forceAddUniform "rhs_uniform_vdv_flora";
  233. this addItemToUniform "ACE_EarPlugs";
  234. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  235. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  236. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  237. this addItemToUniform "ACE_Flashlight_MX991";
  238. this addItemToUniform "ACE_epinephrine";
  239. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  240. this addItemToUniform "ACE_bodyBag";
  241. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  242. this addVest "rhs_6b23_rifleman";
  243. for "_i" from 1 to 6 do {this addItemToVest "ACE_elasticBandage";};
  244. this addItemToVest "ACE_MapTools";
  245. this addItemToVest "MCC_multiTool";
  246. this addItemToVest "rhs_acc_dtk4short";
  247. this addItemToVest "ACE_EntrenchingTool";
  248. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  249. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgd5";};
  250. for "_i" from 1 to 2 do {this addItemToVest "rhs_30Rnd_545x39_AK";};
  251. this addBackpack "B_Carryall_oli";
  252. this addItemToBackpack "NVGoggles_INDEP";
  253. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_mag_9x19_17";};
  254. for "_i" from 1 to 7 do {this addItemToBackpack "rhs_30Rnd_545x39_AK";};
  255. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_100Rnd_762x54mmR_green";};
  256. this addHeadgear "rhs_6b26";
  257.  
  258. comment "Add weapons";
  259. this addWeapon "rhs_weap_ak74mr";
  260. this addPrimaryWeaponItem "rhs_acc_uuk";
  261. this addPrimaryWeaponItem "rhsusf_acc_SpecterDR_A";
  262. this addWeapon "rhs_weap_rpg26";
  263. this addWeapon "rhs_weap_pya";
  264.  
  265. comment "Add items";
  266. this linkItem "ItemMap";
  267. this linkItem "ItemCompass";
  268. this linkItem "ACE_Altimeter";
  269. this linkItem "tf_anprc152_4";
  270.  
  271. Team Leader:
  272.  
  273. comment "Remove existing items";
  274. removeAllWeapons this;
  275. removeAllItems this;
  276. removeAllAssignedItems this;
  277. removeUniform this;
  278. removeVest this;
  279. removeBackpack this;
  280. removeHeadgear this;
  281. removeGoggles this;
  282.  
  283. comment "Add containers";
  284. this forceAddUniform "rhs_uniform_vdv_flora";
  285. this addItemToUniform "ACE_EarPlugs";
  286. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  287. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  288. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  289. this addItemToUniform "ACE_Flashlight_MX991";
  290. this addItemToUniform "ACE_epinephrine";
  291. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  292. this addItemToUniform "ACE_bodyBag";
  293. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  294. this addVest "rhs_6b23_rifleman";
  295. for "_i" from 1 to 6 do {this addItemToVest "ACE_elasticBandage";};
  296. this addItemToVest "ACE_MapTools";
  297. this addItemToVest "MCC_multiTool";
  298. this addItemToVest "rhs_acc_dtk4short";
  299. this addItemToVest "ACE_EntrenchingTool";
  300. for "_i" from 1 to 3 do {this addItemToVest "rhs_30Rnd_545x39_AK";};
  301. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  302. this addItemToVest "rhs_mag_rgd5";
  303. this addBackpack "rhssaf_kitbag_smb";
  304. this addItemToBackpack "NVGoggles_INDEP";
  305. this addItemToBackpack "rhs_mag_rgd5";
  306. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_mag_9x19_17";};
  307. for "_i" from 1 to 10 do {this addItemToBackpack "rhs_VOG25";};
  308. for "_i" from 1 to 2 do {this addItemToBackpack "rhs_GRD40_White";};
  309. this addItemToBackpack "rhs_GRD40_Green";
  310. this addItemToBackpack "rhs_GRD40_Red";
  311. this addItemToBackpack "rhs_GDM40";
  312. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShell";};
  313. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShellGreen";};
  314. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShellRed";};
  315. for "_i" from 1 to 6 do {this addItemToBackpack "rhs_30Rnd_545x39_AK";};
  316. this addHeadgear "rhs_6b26";
  317.  
  318. comment "Add weapons";
  319. this addWeapon "rhs_weap_ak74mr_gp25";
  320. this addPrimaryWeaponItem "rhs_acc_uuk";
  321. this addPrimaryWeaponItem "rhsusf_acc_SpecterDR_A";
  322. this addWeapon "rhs_weap_rpg26";
  323. this addWeapon "rhs_weap_pya";
  324. this addWeapon "rhs_pdu4";
  325.  
  326. comment "Add items";
  327. this linkItem "ItemMap";
  328. this linkItem "ItemCompass";
  329. this linkItem "ACE_Altimeter";
  330. this linkItem "tf_anprc152_2";
  331. this linkItem "ItemGPS";
  332.  
  333. Squad Leader:
  334.  
  335. comment "Remove existing items";
  336. removeAllWeapons this;
  337. removeAllItems this;
  338. removeAllAssignedItems this;
  339. removeUniform this;
  340. removeVest this;
  341. removeBackpack this;
  342. removeHeadgear this;
  343. removeGoggles this;
  344.  
  345. comment "Add containers";
  346. this forceAddUniform "rhs_uniform_vdv_flora";
  347. this addItemToUniform "ACE_EarPlugs";
  348. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  349. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  350. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  351. this addItemToUniform "ACE_Flashlight_MX991";
  352. this addItemToUniform "ACE_epinephrine";
  353. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  354. this addItemToUniform "ACE_bodyBag";
  355. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  356. this addVest "rhs_6b23_rifleman";
  357. for "_i" from 1 to 6 do {this addItemToVest "ACE_elasticBandage";};
  358. this addItemToVest "ACE_MapTools";
  359. this addItemToVest "MCC_multiTool";
  360. this addItemToVest "rhs_acc_dtk4short";
  361. this addItemToVest "ACE_EntrenchingTool";
  362. for "_i" from 1 to 3 do {this addItemToVest "rhs_30Rnd_545x39_AK";};
  363. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  364. this addItemToVest "rhs_mag_rgd5";
  365. this addBackpack "tf_rt1523g_big_bwmod";
  366. this addItemToBackpack "NVGoggles_INDEP";
  367. for "_i" from 1 to 3 do {this addItemToBackpack "rhs_mag_9x19_17";};
  368. for "_i" from 1 to 8 do {this addItemToBackpack "rhs_VOG25";};
  369. for "_i" from 1 to 2 do {this addItemToBackpack "rhs_GRD40_White";};
  370. this addItemToBackpack "rhs_GRD40_Green";
  371. this addItemToBackpack "rhs_GRD40_Red";
  372. this addItemToBackpack "rhs_GDM40";
  373. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShell";};
  374. this addItemToBackpack "SmokeShellGreen";
  375. this addItemToBackpack "SmokeShellRed";
  376. for "_i" from 1 to 5 do {this addItemToBackpack "rhs_30Rnd_545x39_AK";};
  377. this addHeadgear "rhs_6b26";
  378.  
  379. comment "Add weapons";
  380. this addWeapon "rhs_weap_ak74mr_gp25";
  381. this addPrimaryWeaponItem "rhs_acc_uuk";
  382. this addPrimaryWeaponItem "rhsusf_acc_SpecterDR_A";
  383. this addWeapon "rhs_weap_rpg26";
  384. this addWeapon "rhs_weap_pya";
  385. this addWeapon "rhs_pdu4";
  386.  
  387. comment "Add items";
  388. this linkItem "ItemMap";
  389. this linkItem "ItemCompass";
  390. this linkItem "ACE_Altimeter";
  391. this linkItem "tf_anprc152_2";
  392. this linkItem "ItemGPS";
  393.  
  394. Drill Instructor:
  395.  
  396. comment "Remove existing items";
  397. removeAllWeapons this;
  398. removeAllItems this;
  399. removeAllAssignedItems this;
  400. removeUniform this;
  401. removeVest this;
  402. removeBackpack this;
  403. removeHeadgear this;
  404. removeGoggles this;
  405.  
  406. comment "Add containers";
  407. this forceAddUniform "rhs_uniform_vdv_flora";
  408. this addItemToUniform "ACE_EarPlugs";
  409. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  410. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  411. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  412. this addItemToUniform "ACE_Flashlight_MX991";
  413. this addItemToUniform "ACE_epinephrine";
  414. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  415. this addItemToUniform "ACE_bodyBag";
  416. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  417. this addVest "LOP_6sh46";
  418. this addItemToVest "NVGoggles_INDEP";
  419. for "_i" from 1 to 5 do {this addItemToVest "rhs_mag_762x25_8";};
  420. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  421. this addItemToVest "SmokeShellGreen";
  422. this addItemToVest "SmokeShellRed";
  423. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgd5";};
  424. this addBackpack "tf_rt1523g_green";
  425. this addHeadgear "rhs_beret_vdv1";
  426.  
  427. comment "Add weapons";
  428. this addWeapon "rhs_weap_tt33";
  429. this addWeapon "Rangefinder";
  430.  
  431. comment "Add items";
  432. this linkItem "ItemMap";
  433. this linkItem "ItemCompass";
  434. this linkItem "ACE_Altimeter";
  435. this linkItem "tf_anprc152_5";
  436. this linkItem "ItemGPS";
  437.  
  438. Trainee:
  439.  
  440. comment "Remove existing items";
  441. removeAllWeapons this;
  442. removeAllItems this;
  443. removeAllAssignedItems this;
  444. removeUniform this;
  445. removeVest this;
  446. removeBackpack this;
  447. removeHeadgear this;
  448. removeGoggles this;
  449.  
  450. comment "Add containers";
  451. this forceAddUniform "rhs_uniform_vdv_flora";
  452. this addItemToUniform "ACE_EarPlugs";
  453. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  454. for "_i" from 1 to 15 do {this addItemToUniform "ACE_packingBandage";};
  455. for "_i" from 1 to 3 do {this addItemToUniform "ACE_morphine";};
  456. this addItemToUniform "ACE_Flashlight_MX991";
  457. this addItemToUniform "ACE_epinephrine";
  458. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  459. this addItemToUniform "ACE_bodyBag";
  460. for "_i" from 1 to 6 do {this addItemToUniform "ACE_quikclot";};
  461. this addVest "LOP_V_6Sh92_OLV";
  462. this addItemToVest "NVGoggles_INDEP";
  463. for "_i" from 1 to 6 do {this addItemToVest "rhs_30Rnd_545x39_AK";};
  464. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  465. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_rgd5";};
  466. this addHeadgear "rhs_beret_vdv1";
  467.  
  468. comment "Add weapons";
  469. this addWeapon "rhs_weap_ak74_3";
  470. this addPrimaryWeaponItem "rhs_acc_dtk1983";
  471. this addWeapon "rhs_weap_tt33";
  472.  
  473. comment "Add items";
  474. this linkItem "ItemMap";
  475. this linkItem "ItemCompass";
  476. this linkItem "ACE_Altimeter";
  477. this linkItem "tf_anprc152_5";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement