redeye83

Spanish loadous

Aug 27th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. span class="re5"> Rifleman
  2. comment "Exported from Arsenal by Spc. F. Peanut";
  3.  
  4. comment "Remove existing items";
  5. removeAllWeapons this;
  6. removeAllItems this;
  7. removeAllAssignedItems this;
  8. removeUniform this;
  9. removeVest this;
  10. removeBackpack this;
  11. removeHeadgear this;
  12. removeGoggles this;
  13.  
  14. comment "Add containers";
  15. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  16. this addItemToUniform "ACE_EarPlugs";
  17. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  18. this addItemToUniform "ACE_Flashlight_MX991";
  19. this addVest "ffaa_brilat_chaleco_05_bs";
  20. for "_i" from 1 to 8 do {this addItemToVest "ffaa_556x45_g36";};
  21. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  22. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  23. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  24. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  25. this addBackpack "ffaa_brilat_mochila_ligera_boscoso";
  26. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  27. this addItemToBackpack "ACE_personalAidKit";
  28. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  29. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  30. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  31. this addItemToBackpack "ItemcTabHCam";
  32. this addItemToBackpack "ACE_EntrenchingTool";
  33. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  34. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  35. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  36. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  37. this addItemToBackpack "ACE_bloodIV";
  38. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  39. this addItemToBackpack "ACE_bloodIV_500";
  40. this addItemToBackpack "ACE_surgicalKit";
  41. this addHeadgear "ffaa_brilat_casco_b";
  42. this addGoggles "ffaa_Glasses";
  43.  
  44. comment "Add weapons";
  45. this addWeapon "ffaa_armas_hkg36e";
  46. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  47. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  48. this addPrimaryWeaponItem "ffaa_bipod_G36";
  49. this addWeapon "Binocular";
  50.  
  51. comment "Add items";
  52. this linkItem "ItemMap";
  53. this linkItem "ItemCompass";
  54. this linkItem "ItemWatch";
  55. this linkItem "ItemRadioAcreFlagged";
  56. this linkItem "ItemAndroid";
  57. this linkItem "ffaa_nvgoggles";
  58.  
  59. comment "Set identity";
  60. this setFace "WhiteHead_11";
  61. this setSpeaker "male02fre";
  62. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  63.  
  64. Squad Leader
  65. comment "Exported from Arsenal by Spc. F. Peanut";
  66.  
  67. comment "Remove existing items";
  68. removeAllWeapons this;
  69. removeAllItems this;
  70. removeAllAssignedItems this;
  71. removeUniform this;
  72. removeVest this;
  73. removeBackpack this;
  74. removeHeadgear this;
  75. removeGoggles this;
  76.  
  77. comment "Add containers";
  78. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  79. this addItemToUniform "ACE_EarPlugs";
  80. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  81. this addItemToUniform "ACE_Flashlight_MX991";
  82. this addVest "ffaa_brilat_chaleco_05_bs";
  83. this addItemToVest "optic_MRCO";
  84. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  85. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  86. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  87. for "_i" from 1 to 7 do {this addItemToVest "ffaa_556x45_g36";};
  88. this addItemToVest "3Rnd_Smoke_Grenade_shell";
  89. for "_i" from 1 to 2 do {this addItemToVest "1Rnd_HE_Grenade_shell";};
  90. this addBackpack "ffaa_brilat_mochila_ligera_boscoso";
  91. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  92. this addItemToBackpack "ACE_personalAidKit";
  93. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  94. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  95. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  96. this addItemToBackpack "ItemcTabHCam";
  97. this addItemToBackpack "ACE_EntrenchingTool";
  98. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  99. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  100. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  101. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  102. this addItemToBackpack "ACE_bloodIV";
  103. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  104. this addItemToBackpack "ACE_bloodIV_500";
  105. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_Banana";};
  106. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShellGreen";};
  107. this addHeadgear "ffaa_brilat_casco_b";
  108. this addGoggles "ffaa_Glasses";
  109.  
  110. comment "Add weapons";
  111. this addWeapon "ffaa_armas_hkag36k";
  112. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  113. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  114. this addWeapon "Binocular";
  115.  
  116. comment "Add items";
  117. this linkItem "ItemMap";
  118. this linkItem "ItemCompass";
  119. this linkItem "ItemWatch";
  120. this linkItem "ItemRadioAcreFlagged";
  121. this linkItem "ItemcTab";
  122. this linkItem "ffaa_nvgoggles";
  123.  
  124. comment "Set identity";
  125. this setFace "WhiteHead_11";
  126. this setSpeaker "male02fre";
  127. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  128.  
  129. Team Leader
  130. comment "Exported from Arsenal by Spc. F. Peanut";
  131.  
  132. comment "Remove existing items";
  133. removeAllWeapons this;
  134. removeAllItems this;
  135. removeAllAssignedItems this;
  136. removeUniform this;
  137. removeVest this;
  138. removeBackpack this;
  139. removeHeadgear this;
  140. removeGoggles this;
  141.  
  142. comment "Add containers";
  143. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  144. this addItemToUniform "ACE_EarPlugs";
  145. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  146. this addItemToUniform "ACE_Flashlight_MX991";
  147. this addVest "ffaa_brilat_chaleco_05_bs";
  148. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  149. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  150. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  151. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  152. for "_i" from 1 to 7 do {this addItemToVest "ffaa_556x45_g36";};
  153. this addItemToVest "3Rnd_Smoke_Grenade_shell";
  154. for "_i" from 1 to 2 do {this addItemToVest "1Rnd_HE_Grenade_shell";};
  155. this addBackpack "ffaa_brilat_mochila_ligera_boscoso";
  156. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  157. this addItemToBackpack "ACE_personalAidKit";
  158. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  159. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  160. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  161. this addItemToBackpack "ItemcTabHCam";
  162. this addItemToBackpack "ACE_EntrenchingTool";
  163. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  164. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  165. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  166. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  167. this addItemToBackpack "ACE_bloodIV";
  168. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  169. this addItemToBackpack "ACE_bloodIV_500";
  170. this addHeadgear "ffaa_brilat_casco_b";
  171. this addGoggles "ffaa_Glasses";
  172.  
  173. comment "Add weapons";
  174. this addWeapon "ffaa_armas_hkag36k";
  175. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  176. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  177. this addWeapon "Binocular";
  178.  
  179. comment "Add items";
  180. this linkItem "ItemMap";
  181. this linkItem "ItemCompass";
  182. this linkItem "ItemWatch";
  183. this linkItem "ItemRadioAcreFlagged";
  184. this linkItem "ItemAndroid";
  185. this linkItem "ffaa_nvgoggles";
  186.  
  187. comment "Set identity";
  188. this setFace "WhiteHead_11";
  189. this setSpeaker "male02fre";
  190. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  191.  
  192. Auto Rifleman
  193. comment "Exported from Arsenal by Spc. F. Peanut";
  194.  
  195. comment "Remove existing items";
  196. removeAllWeapons this;
  197. removeAllItems this;
  198. removeAllAssignedItems this;
  199. removeUniform this;
  200. removeVest this;
  201. removeBackpack this;
  202. removeHeadgear this;
  203. removeGoggles this;
  204.  
  205. comment "Add containers";
  206. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  207. this addItemToUniform "ACE_EarPlugs";
  208. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  209. this addItemToUniform "ACE_Flashlight_MX991";
  210. this addVest "ffaa_brilat_chaleco_05_bs";
  211. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  212. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  213. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  214. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  215. for "_i" from 1 to 7 do {this addItemToVest "ffaa_556x45_g36";};
  216. this addItemToVest "3Rnd_Smoke_Grenade_shell";
  217. for "_i" from 1 to 2 do {this addItemToVest "1Rnd_HE_Grenade_shell";};
  218. this addBackpack "ffaa_brilat_mochila_ligera_boscoso";
  219. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  220. this addItemToBackpack "ACE_personalAidKit";
  221. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  222. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  223. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  224. this addItemToBackpack "ItemcTabHCam";
  225. this addItemToBackpack "ACE_EntrenchingTool";
  226. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  227. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  228. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  229. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  230. this addItemToBackpack "ACE_bloodIV";
  231. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  232. this addItemToBackpack "ACE_bloodIV_500";
  233. this addHeadgear "ffaa_brilat_casco_b";
  234. this addGoggles "ffaa_Glasses";
  235.  
  236. comment "Add weapons";
  237. this addWeapon "ffaa_armas_hkag36k";
  238. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  239. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  240. this addWeapon "Binocular";
  241.  
  242. comment "Add items";
  243. this linkItem "ItemMap";
  244. this linkItem "ItemCompass";
  245. this linkItem "ItemWatch";
  246. this linkItem "ItemRadioAcreFlagged";
  247. this linkItem "ItemAndroid";
  248. this linkItem "ffaa_nvgoggles";
  249.  
  250. comment "Set identity";
  251. this setFace "WhiteHead_11";
  252. this setSpeaker "male02fre";
  253. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  254.  
  255. Machine Gunner
  256. comment "Exported from Arsenal by Spc. F. Peanut";
  257.  
  258. comment "Remove existing items";
  259. removeAllWeapons this;
  260. removeAllItems this;
  261. removeAllAssignedItems this;
  262. removeUniform this;
  263. removeVest this;
  264. removeBackpack this;
  265. removeHeadgear this;
  266. removeGoggles this;
  267.  
  268. comment "Add containers";
  269. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  270. this addItemToUniform "ACE_EarPlugs";
  271. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  272. this addItemToUniform "ACE_Flashlight_MX991";
  273. this addVest "ffaa_brilat_chaleco_05_bs";
  274. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  275. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  276. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  277. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  278. for "_i" from 1 to 3 do {this addItemToVest "ffaa_762x51_mg3";};
  279. this addBackpack "ffaa_brilat_mochila_boscoso";
  280. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  281. this addItemToBackpack "ACE_personalAidKit";
  282. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  283. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  284. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  285. this addItemToBackpack "ItemcTabHCam";
  286. this addItemToBackpack "ACE_EntrenchingTool";
  287. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  288. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  289. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  290. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  291. this addItemToBackpack "ACE_bloodIV";
  292. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  293. this addItemToBackpack "ACE_bloodIV_500";
  294. this addItemToBackpack "ACE_surgicalKit";
  295. for "_i" from 1 to 3 do {this addItemToBackpack "ffaa_762x51_mg3";};
  296. this addHeadgear "ffaa_brilat_casco_b";
  297. this addGoggles "ffaa_Glasses";
  298.  
  299. comment "Add weapons";
  300. this addWeapon "ffaa_armas_mg3";
  301. this addPrimaryWeaponItem "ffaa_optic_Elcan_ARD";
  302. this addWeapon "Binocular";
  303.  
  304. comment "Add items";
  305. this linkItem "ItemMap";
  306. this linkItem "ItemCompass";
  307. this linkItem "ItemWatch";
  308. this linkItem "ItemRadioAcreFlagged";
  309. this linkItem "ItemAndroid";
  310. this linkItem "ffaa_nvgoggles";
  311.  
  312. comment "Set identity";
  313. this setFace "WhiteHead_11";
  314. this setSpeaker "male02fre";
  315. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  316.  
  317. Grenadier
  318. comment "Exported from Arsenal by Spc. F. Peanut";
  319.  
  320. comment "Remove existing items";
  321. removeAllWeapons this;
  322. removeAllItems this;
  323. removeAllAssignedItems this;
  324. removeUniform this;
  325. removeVest this;
  326. removeBackpack this;
  327. removeHeadgear this;
  328. removeGoggles this;
  329.  
  330. comment "Add containers";
  331. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  332. this addItemToUniform "ACE_EarPlugs";
  333. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  334. this addItemToUniform "ACE_Flashlight_MX991";
  335. this addVest "ffaa_brilat_chaleco_03_bs";
  336. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  337. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  338. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  339. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  340. for "_i" from 1 to 7 do {this addItemToVest "ffaa_556x45_g36";};
  341. this addItemToVest "3Rnd_Smoke_Grenade_shell";
  342. for "_i" from 1 to 2 do {this addItemToVest "1Rnd_HE_Grenade_shell";};
  343. this addBackpack "ffaa_brilat_mochila_ligera_boscoso";
  344. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  345. this addItemToBackpack "ACE_personalAidKit";
  346. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  347. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  348. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  349. this addItemToBackpack "ItemcTabHCam";
  350. this addItemToBackpack "ACE_EntrenchingTool";
  351. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  352. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  353. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  354. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  355. this addItemToBackpack "ACE_bloodIV";
  356. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  357. this addItemToBackpack "ACE_bloodIV_500";
  358. this addHeadgear "ffaa_brilat_casco_b";
  359. this addGoggles "ffaa_Glasses";
  360.  
  361. comment "Add weapons";
  362. this addWeapon "ffaa_armas_hkag36k";
  363. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  364. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  365. this addWeapon "Binocular";
  366.  
  367. comment "Add items";
  368. this linkItem "ItemMap";
  369. this linkItem "ItemCompass";
  370. this linkItem "ItemWatch";
  371. this linkItem "ItemRadioAcreFlagged";
  372. this linkItem "ItemAndroid";
  373. this linkItem "ffaa_nvgoggles";
  374.  
  375. comment "Set identity";
  376. this setFace "WhiteHead_11";
  377. this setSpeaker "male02fre";
  378. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  379.  
  380. Engineer
  381. comment "Exported from Arsenal by Spc. F. Peanut";
  382.  
  383. comment "Remove existing items";
  384. removeAllWeapons this;
  385. removeAllItems this;
  386. removeAllAssignedItems this;
  387. removeUniform this;
  388. removeVest this;
  389. removeBackpack this;
  390. removeHeadgear this;
  391. removeGoggles this;
  392.  
  393. comment "Add containers";
  394. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  395. this addItemToUniform "ACE_EarPlugs";
  396. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  397. this addItemToUniform "ACE_Flashlight_MX991";
  398. this addVest "ffaa_brilat_chaleco_03_bs";
  399. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  400. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  401. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  402. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  403. for "_i" from 1 to 7 do {this addItemToVest "ffaa_556x45_g36";};
  404. this addItemToVest "3Rnd_Smoke_Grenade_shell";
  405. for "_i" from 1 to 2 do {this addItemToVest "1Rnd_HE_Grenade_shell";};
  406. this addBackpack "ffaa_brilat_mochila_ligera_boscoso";
  407. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  408. this addItemToBackpack "ACE_personalAidKit";
  409. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  410. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  411. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  412. this addItemToBackpack "ItemcTabHCam";
  413. this addItemToBackpack "ACE_EntrenchingTool";
  414. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  415. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  416. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  417. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  418. this addItemToBackpack "ACE_bloodIV";
  419. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  420. this addItemToBackpack "ACE_bloodIV_500";
  421. this addHeadgear "ffaa_brilat_casco_b";
  422. this addGoggles "ffaa_Glasses";
  423.  
  424. comment "Add weapons";
  425. this addWeapon "ffaa_armas_hkag36k";
  426. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  427. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  428. this addWeapon "Binocular";
  429.  
  430. comment "Add items";
  431. this linkItem "ItemMap";
  432. this linkItem "ItemCompass";
  433. this linkItem "ItemWatch";
  434. this linkItem "ItemRadioAcreFlagged";
  435. this linkItem "ItemAndroid";
  436. this linkItem "ffaa_nvgoggles";
  437.  
  438. comment "Set identity";
  439. this setFace "WhiteHead_11";
  440. this setSpeaker "male02fre";
  441. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  442.  
  443. Medic
  444. comment "Exported from Arsenal by Spc. F. Peanut";
  445.  
  446. comment "Remove existing items";
  447. removeAllWeapons this;
  448. removeAllItems this;
  449. removeAllAssignedItems this;
  450. removeUniform this;
  451. removeVest this;
  452. removeBackpack this;
  453. removeHeadgear this;
  454. removeGoggles this;
  455.  
  456. comment "Add containers";
  457. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  458. this addItemToUniform "ACE_EarPlugs";
  459. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  460. this addItemToUniform "ACE_Flashlight_MX991";
  461. this addVest "ffaa_brilat_chaleco_04_bs";
  462. for "_i" from 1 to 8 do {this addItemToVest "ffaa_556x45_g36";};
  463. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  464. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  465. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  466. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  467. this addBackpack "ffaa_brilat_mochila_boscoso";
  468. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_tourniquet";};
  469. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_personalAidKit";};
  470. for "_i" from 1 to 16 do {this addItemToBackpack "ACE_packingBandage";};
  471. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_morphine";};
  472. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  473. this addItemToBackpack "ItemcTabHCam";
  474. this addItemToBackpack "ACE_EntrenchingTool";
  475. for "_i" from 1 to 16 do {this addItemToBackpack "ACE_quikclot";};
  476. for "_i" from 1 to 16 do {this addItemToBackpack "ACE_elasticBandage";};
  477. for "_i" from 1 to 16 do {this addItemToBackpack "ACE_fieldDressing";};
  478. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_epinephrine";};
  479. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV";};
  480. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_bloodIV_250";};
  481. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_surgicalKit";};
  482. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_500";};
  483. this addHeadgear "ffaa_brilat_casco_b";
  484. this addGoggles "ffaa_Glasses";
  485.  
  486. comment "Add weapons";
  487. this addWeapon "ffaa_armas_hkg36e";
  488. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  489. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  490. this addPrimaryWeaponItem "ffaa_bipod_G36";
  491. this addWeapon "Binocular";
  492.  
  493. comment "Add items";
  494. this linkItem "ItemMap";
  495. this linkItem "ItemCompass";
  496. this linkItem "ItemWatch";
  497. this linkItem "ItemRadioAcreFlagged";
  498. this linkItem "ItemAndroid";
  499. this linkItem "ffaa_nvgoggles";
  500.  
  501. comment "Set identity";
  502. this setFace "WhiteHead_11";
  503. this setSpeaker "male02fre";
  504. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  505.  
  506. Anti-Tank
  507. comment "Exported from Arsenal by Spc. F. Peanut";
  508.  
  509. comment "Remove existing items";
  510. removeAllWeapons this;
  511. removeAllItems this;
  512. removeAllAssignedItems this;
  513. removeUniform this;
  514. removeVest this;
  515. removeBackpack this;
  516. removeHeadgear this;
  517. removeGoggles this;
  518.  
  519. comment "Add containers";
  520. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  521. this addItemToUniform "ACE_EarPlugs";
  522. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  523. this addItemToUniform "ACE_Flashlight_MX991";
  524. this addVest "ffaa_brilat_chaleco_05_bs";
  525. for "_i" from 1 to 8 do {this addItemToVest "ffaa_556x45_g36";};
  526. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  527. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  528. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  529. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  530. this addBackpack "B_Bergen_tna_F";
  531. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  532. this addItemToBackpack "ACE_personalAidKit";
  533. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  534. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  535. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  536. this addItemToBackpack "ItemcTabHCam";
  537. this addItemToBackpack "ACE_EntrenchingTool";
  538. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  539. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  540. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  541. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  542. this addItemToBackpack "ACE_bloodIV";
  543. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  544. this addItemToBackpack "ACE_bloodIV_500";
  545. this addItemToBackpack "ACE_surgicalKit";
  546. this addItemToBackpack "rhs_fgm148_magazine_AT";
  547. this addHeadgear "ffaa_brilat_casco_b";
  548. this addGoggles "ffaa_Glasses";
  549.  
  550. comment "Add weapons";
  551. this addWeapon "ffaa_armas_hkg36e";
  552. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  553. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  554. this addPrimaryWeaponItem "ffaa_bipod_G36";
  555. this addWeapon "rhs_weap_fgm148";
  556. this addWeapon "Binocular";
  557.  
  558. comment "Add items";
  559. this linkItem "ItemMap";
  560. this linkItem "ItemCompass";
  561. this linkItem "ItemWatch";
  562. this linkItem "ItemRadioAcreFlagged";
  563. this linkItem "ItemAndroid";
  564. this linkItem "ffaa_nvgoggles";
  565.  
  566. comment "Set identity";
  567. this setFace "WhiteHead_11";
  568. this setSpeaker "male02fre";
  569. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  570.  
  571. Assistant Anti-Tank
  572. comment "Exported from Arsenal by Spc. F. Peanut";
  573.  
  574. comment "Remove existing items";
  575. removeAllWeapons this;
  576. removeAllItems this;
  577. removeAllAssignedItems this;
  578. removeUniform this;
  579. removeVest this;
  580. removeBackpack this;
  581. removeHeadgear this;
  582. removeGoggles this;
  583.  
  584. comment "Add containers";
  585. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  586. this addItemToUniform "ACE_EarPlugs";
  587. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  588. this addItemToUniform "ACE_Flashlight_MX991";
  589. this addVest "ffaa_brilat_chaleco_05_bs";
  590. for "_i" from 1 to 8 do {this addItemToVest "ffaa_556x45_g36";};
  591. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  592. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  593. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  594. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  595. this addBackpack "B_Bergen_tna_F";
  596. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  597. this addItemToBackpack "ACE_personalAidKit";
  598. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  599. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  600. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  601. this addItemToBackpack "ItemcTabHCam";
  602. this addItemToBackpack "ACE_EntrenchingTool";
  603. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  604. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  605. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  606. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  607. this addItemToBackpack "ACE_bloodIV";
  608. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  609. this addItemToBackpack "ACE_bloodIV_500";
  610. this addItemToBackpack "ACE_surgicalKit";
  611. this addHeadgear "ffaa_brilat_casco_b";
  612. this addGoggles "ffaa_Glasses";
  613.  
  614. comment "Add weapons";
  615. this addWeapon "ffaa_armas_hkg36e";
  616. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  617. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  618. this addPrimaryWeaponItem "ffaa_bipod_G36";
  619. this addWeapon "Binocular";
  620.  
  621. comment "Add items";
  622. this linkItem "ItemMap";
  623. this linkItem "ItemCompass";
  624. this linkItem "ItemWatch";
  625. this linkItem "ItemRadioAcreFlagged";
  626. this linkItem "ItemAndroid";
  627. this linkItem "ffaa_nvgoggles";
  628.  
  629. comment "Set identity";
  630. this setFace "WhiteHead_11";
  631. this setSpeaker "male02fre";
  632. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
  633.  
  634. Assistant MG
  635. comment "Exported from Arsenal by Spc. F. Peanut";
  636.  
  637. comment "Remove existing items";
  638. removeAllWeapons this;
  639. removeAllItems this;
  640. removeAllAssignedItems this;
  641. removeUniform this;
  642. removeVest this;
  643. removeBackpack this;
  644. removeHeadgear this;
  645. removeGoggles this;
  646.  
  647. comment "Add containers";
  648. this forceAddUniform "ffaa_brilat_CombatUniform_item_b";
  649. this addItemToUniform "ACE_EarPlugs";
  650. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  651. this addItemToUniform "ACE_Flashlight_MX991";
  652. this addVest "ffaa_brilat_chaleco_05_bs";
  653. for "_i" from 1 to 3 do {this addItemToVest "HandGrenade";};
  654. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  655. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  656. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  657. for "_i" from 1 to 8 do {this addItemToVest "ffaa_556x45_g36";};
  658. this addBackpack "ffaa_brilat_mochila_boscoso";
  659. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  660. this addItemToBackpack "ACE_personalAidKit";
  661. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_packingBandage";};
  662. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  663. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_IR_Strobe_Item";};
  664. this addItemToBackpack "ItemcTabHCam";
  665. this addItemToBackpack "ACE_EntrenchingTool";
  666. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_quikclot";};
  667. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_elasticBandage";};
  668. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_fieldDressing";};
  669. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_epinephrine";};
  670. this addItemToBackpack "ACE_bloodIV";
  671. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  672. this addItemToBackpack "ACE_bloodIV_500";
  673. this addItemToBackpack "ACE_surgicalKit";
  674. for "_i" from 1 to 8 do {this addItemToBackpack "ffaa_762x51_mg3";};
  675. this addHeadgear "ffaa_brilat_casco_b";
  676. this addGoggles "ffaa_Glasses";
  677.  
  678. comment "Add weapons";
  679. this addWeapon "ffaa_armas_hkg36e";
  680. this addPrimaryWeaponItem "rhsusf_acc_SF3P556";
  681. this addPrimaryWeaponItem "ffaa_acc_puntero_ir";
  682. this addPrimaryWeaponItem "ffaa_bipod_G36";
  683. this addWeapon "Binocular";
  684.  
  685. comment "Add items";
  686. this linkItem "ItemMap";
  687. this linkItem "ItemCompass";
  688. this linkItem "ItemWatch";
  689. this linkItem "ItemRadioAcreFlagged";
  690. this linkItem "ItemAndroid";
  691. this linkItem "ffaa_nvgoggles";
  692.  
  693. comment "Set identity";
  694. this setFace "WhiteHead_11";
  695. this setSpeaker "male02fre";
  696. [this,"ARMADA_1"] call bis_fnc_setUnitInsignia;
Add Comment
Please, Sign In to add comment