Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 15.94 KB | None | 0 0
  1. comment "AutoRifleMan";
  2. comment "Remove existing items";
  3. removeAllWeapons this;
  4. removeAllItems this;
  5. removeAllAssignedItems this;
  6. removeUniform this;
  7. removeVest this;
  8. removeBackpack this;
  9. removeHeadgear this;
  10. removeGoggles this;
  11.  
  12. comment "Add containers";
  13. this forceAddUniform "U_B_CombatUniform_mcam";
  14. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_elasticBandage";};
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  17. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  18. this addItemToUniform "ACE_EarPlugs";
  19. this addItemToUniform "ACE_epinephrine";
  20. this addItemToUniform "ACE_IR_Strobe_Item";
  21. this addItemToUniform "ACE_MapTools";
  22. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  23. for "_i" from 1 to 2 do {this addItemToUniform "ACE_packingBandage";};
  24. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  25. for "_i" from 1 to 2 do {this addItemToUniform "rhsusf_mag_17Rnd_9x19_FMJ";};
  26. this addItemToUniform "UK3CB_BAF_SmokeShellBlue";
  27. this addVest "V_PlateCarrier2_rgr";
  28. for "_i" from 1 to 3 do {this addItemToVest "UK3CB_BAF_SmokeShell";};
  29. this addItemToVest "rhs_mag_m67";
  30. for "_i" from 1 to 3 do {this addItemToVest "rhs_200rnd_556x45_T_SAW";};
  31. this addItemToVest "ACE_M84";
  32. this addHeadgear "H_HelmetSpecB_snakeskin";
  33. this addGoggles "G_Bandanna_tan";
  34.  
  35. comment "Add weapons";
  36. this addWeapon "rhs_weap_m249_pip_L_vfg";
  37. this addPrimaryWeaponItem "rhsusf_acc_SFMB556";
  38. this addPrimaryWeaponItem "acc_pointer_IR";
  39. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_RDS_4z";
  40. this addPrimaryWeaponItem "rhsusf_acc_grip1";
  41. this addWeapon "rhsusf_weap_glock17g4";
  42. this addHandgunItem "rhsusf_acc_omega9k";
  43. this addHandgunItem "acc_flashlight_pistol";
  44. this addWeapon "ACE_Vector";
  45.  
  46. comment "Add items";
  47. this linkItem "ItemMap";
  48. this linkItem "ItemCompass";
  49. this linkItem "TFAR_microdagr";
  50. this linkItem "TFAR_rf7800str";
  51. this linkItem "ItemGPS";
  52. this linkItem "ACE_NVG_Gen4";
  53.  
  54. comment "Set identity";
  55. this setFace "WhiteHead_17";
  56. this setSpeaker "ace_novoice";
  57.  
  58.  
  59.  
  60.  
  61.  
  62. comment "Grenadier";
  63. comment "Remove existing items";
  64. removeAllWeapons this;
  65. removeAllItems this;
  66. removeAllAssignedItems this;
  67. removeUniform this;
  68. removeVest this;
  69. removeBackpack this;
  70. removeHeadgear this;
  71. removeGoggles this;
  72.  
  73. comment "Add containers";
  74. this forceAddUniform "U_B_CombatUniform_mcam";
  75. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  76. for "_i" from 1 to 2 do {this addItemToUniform "ACE_elasticBandage";};
  77. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  78. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  79. this addItemToUniform "ACE_EarPlugs";
  80. this addItemToUniform "ACE_epinephrine";
  81. this addItemToUniform "ACE_IR_Strobe_Item";
  82. this addItemToUniform "ACE_MapTools";
  83. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  84. for "_i" from 1 to 2 do {this addItemToUniform "ACE_packingBandage";};
  85. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  86. for "_i" from 1 to 2 do {this addItemToUniform "rhsusf_mag_17Rnd_9x19_FMJ";};
  87. this addItemToUniform "UK3CB_BAF_SmokeShellBlue";
  88. this addVest "V_PlateCarrier2_rgr";
  89. for "_i" from 1 to 3 do {this addItemToVest "UK3CB_BAF_SmokeShell";};
  90. this addItemToVest "rhs_mag_m67";
  91. for "_i" from 1 to 3 do {this addItemToVest "rhs_200rnd_556x45_T_SAW";};
  92. this addItemToVest "ACE_M84";
  93. this addHeadgear "H_HelmetSpecB_snakeskin";
  94. this addGoggles "G_Bandanna_tan";
  95.  
  96. comment "Add weapons";
  97. this addWeapon "rhs_weap_m249_pip_L_vfg";
  98. this addPrimaryWeaponItem "rhsusf_acc_SFMB556";
  99. this addPrimaryWeaponItem "acc_pointer_IR";
  100. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_RDS_4z";
  101. this addPrimaryWeaponItem "rhsusf_acc_grip1";
  102. this addWeapon "rhsusf_weap_glock17g4";
  103. this addHandgunItem "rhsusf_acc_omega9k";
  104. this addHandgunItem "acc_flashlight_pistol";
  105. this addWeapon "ACE_Vector";
  106.  
  107. comment "Add items";
  108. this linkItem "ItemMap";
  109. this linkItem "ItemCompass";
  110. this linkItem "TFAR_microdagr";
  111. this linkItem "TFAR_rf7800str";
  112. this linkItem "ItemGPS";
  113. this linkItem "ACE_NVG_Gen4";
  114.  
  115. comment "Set identity";
  116. this setFace "WhiteHead_17";
  117. this setSpeaker "ace_novoice";
  118.  
  119.  
  120. comment "HeliPilot";
  121. comment "Remove existing items";
  122. removeAllWeapons this;
  123. removeAllItems this;
  124. removeAllAssignedItems this;
  125. removeUniform this;
  126. removeVest this;
  127. removeBackpack this;
  128. removeHeadgear this;
  129. removeGoggles this;
  130.  
  131. comment "Add containers";
  132. this forceAddUniform "U_B_HeliPilotCoveralls";
  133. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  134. for "_i" from 1 to 2 do {this addItemToUniform "ACE_elasticBandage";};
  135. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  136. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  137. this addItemToUniform "ACE_EarPlugs";
  138. this addItemToUniform "ACE_epinephrine";
  139. this addItemToUniform "ACE_IR_Strobe_Item";
  140. this addItemToUniform "ACE_MapTools";
  141. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  142. for "_i" from 1 to 2 do {this addItemToUniform "ACE_packingBandage";};
  143. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  144. for "_i" from 1 to 2 do {this addItemToUniform "rhsusf_mag_17Rnd_9x19_FMJ";};
  145. this addVest "V_PlateCarrier2_blk";
  146. for "_i" from 1 to 3 do {this addItemToVest "UK3CB_BAF_SmokeShell";};
  147. this addItemToVest "UK3CB_BAF_SmokeShellBlue";
  148. this addItemToVest "rhs_mag_m67";
  149. this addItemToVest "ACE_M84";
  150. for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  151. this addBackpack "tf_rt1523g_black";
  152. this addItemToBackpack "rhsusf_ANPVS_15";
  153. this addItemToBackpack "H_Cap_usblack";
  154. this addHeadgear "rhsusf_hgu56p_visor";
  155. this addGoggles "G_Bandanna_beast";
  156.  
  157. comment "Add weapons";
  158. this addWeapon "SMA_Steyr_AUG_BLACK_F";
  159. this addPrimaryWeaponItem "SMA_supp1BB_556";
  160. this addPrimaryWeaponItem "acc_pointer_IR";
  161. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_RDS_4z";
  162. this addWeapon "rhsusf_weap_glock17g4";
  163. this addHandgunItem "rhsusf_acc_omega9k";
  164. this addHandgunItem "acc_flashlight_pistol";
  165. this addWeapon "ACE_Vector";
  166.  
  167. comment "Add items";
  168. this linkItem "ItemMap";
  169. this linkItem "ItemCompass";
  170. this linkItem "ACE_Altimeter";
  171. this linkItem "TFAR_anprc152";
  172. this linkItem "ItemGPS";
  173.  
  174. comment "Set identity";
  175. this setFace "WhiteHead_17";
  176. this setSpeaker "ace_novoice";
  177.  
  178. comment "Marksman";
  179. comment "Remove existing items";
  180. removeAllWeapons this;
  181. removeAllItems this;
  182. removeAllAssignedItems this;
  183. removeUniform this;
  184. removeVest this;
  185. removeBackpack this;
  186. removeHeadgear this;
  187. removeGoggles this;
  188.  
  189. comment "Add containers";
  190. this forceAddUniform "U_B_CombatUniform_mcam";
  191. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  192. for "_i" from 1 to 2 do {this addItemToUniform "ACE_elasticBandage";};
  193. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  194. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  195. this addItemToUniform "ACE_EarPlugs";
  196. this addItemToUniform "ACE_epinephrine";
  197. this addItemToUniform "ACE_IR_Strobe_Item";
  198. this addItemToUniform "ACE_MapTools";
  199. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  200. for "_i" from 1 to 2 do {this addItemToUniform "ACE_packingBandage";};
  201. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  202. this addItemToUniform "ACE_ATragMX";
  203. this addItemToUniform "ACE_Kestrel4500";
  204. this addItemToUniform "ACE_microDAGR";
  205. this addItemToUniform "ACE_RangeCard";
  206. this addVest "V_PlateCarrier2_rgr";
  207. for "_i" from 1 to 2 do {this addItemToVest "rhsusf_mag_17Rnd_9x19_FMJ";};
  208. for "_i" from 1 to 3 do {this addItemToVest "UK3CB_BAF_SmokeShell";};
  209. this addItemToVest "UK3CB_BAF_SmokeShellBlue";
  210. this addItemToVest "rhs_mag_m67";
  211. this addItemToVest "ACE_M84";
  212. for "_i" from 1 to 4 do {this addItemToVest "UK3CB_BAF_762_L42A1_20Rnd_T";};
  213. for "_i" from 1 to 3 do {this addItemToVest "UK3CB_BAF_762_L42A1_20Rnd";};
  214. this addHeadgear "H_HelmetSpecB_snakeskin";
  215. this addGoggles "G_Bandanna_tan";
  216.  
  217. comment "Add weapons";
  218. this addWeapon "UK3CB_BAF_L129A1";
  219. this addPrimaryWeaponItem "UK3CB_BAF_Silencer_L115A3";
  220. this addPrimaryWeaponItem "acc_pointer_IR";
  221. this addPrimaryWeaponItem "RKSL_optic_PMII_312_wdl";
  222. this addPrimaryWeaponItem "UK3CB_underbarrel_acc_fgrip_bipod";
  223. this addWeapon "rhsusf_weap_glock17g4";
  224. this addHandgunItem "rhsusf_acc_omega9k";
  225. this addHandgunItem "acc_flashlight_pistol";
  226. this addWeapon "ACE_Vector";
  227.  
  228. comment "Add items";
  229. this linkItem "ItemMap";
  230. this linkItem "ItemCompass";
  231. this linkItem "TFAR_microdagr";
  232. this linkItem "TFAR_rf7800str";
  233. this linkItem "ItemGPS";
  234. this linkItem "ACE_NVG_Gen4";
  235.  
  236. comment "Set identity";
  237. this setFace "WhiteHead_17";
  238. this setSpeaker "ace_novoice";
  239.  
  240. comment "Medic";
  241. comment "Remove existing items";
  242. removeAllWeapons this;
  243. removeAllItems this;
  244. removeAllAssignedItems this;
  245. removeUniform this;
  246. removeVest this;
  247. removeBackpack this;
  248. removeHeadgear this;
  249. removeGoggles this;
  250.  
  251. comment "Add containers";
  252. this forceAddUniform "U_B_CombatUniform_mcam";
  253. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  254. for "_i" from 1 to 2 do {this addItemToUniform "ACE_elasticBandage";};
  255. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  256. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  257. this addItemToUniform "ACE_EarPlugs";
  258. this addItemToUniform "ACE_epinephrine";
  259. this addItemToUniform "ACE_IR_Strobe_Item";
  260. this addItemToUniform "ACE_MapTools";
  261. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  262. for "_i" from 1 to 2 do {this addItemToUniform "ACE_packingBandage";};
  263. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  264. this addItemToUniform "ACE_M84";
  265. this addItemToUniform "UK3CB_BAF_SmokeShellBlue";
  266. for "_i" from 1 to 2 do {this addItemToUniform "UK3CB_BAF_SmokeShell";};
  267. this addVest "V_PlateCarrier2_rgr";
  268. this addItemToVest "ACE_surgicalKit";
  269. for "_i" from 1 to 2 do {this addItemToVest "ACE_bloodIV_500";};
  270. for "_i" from 1 to 2 do {this addItemToVest "rhsusf_mag_17Rnd_9x19_FMJ";};
  271. this addItemToVest "UK3CB_BAF_SmokeShell";
  272. this addItemToVest "rhs_mag_m67";
  273. for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  274. this addBackpack "B_AssaultPack_rgr";
  275. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_fieldDressing";};
  276. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_packingBandage";};
  277. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_elasticBandage";};
  278. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_quikclot";};
  279. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_tourniquet";};
  280. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_morphine";};
  281. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_epinephrine";};
  282. this addItemToBackpack "ACE_adenosine";
  283. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_bloodIV_500";};
  284. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV";};
  285. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_bloodIV_250";};
  286. this addItemToBackpack "ACE_surgicalKit";
  287. this addHeadgear "H_HelmetSpecB_snakeskin";
  288. this addGoggles "G_Bandanna_tan";
  289.  
  290. comment "Add weapons";
  291. this addWeapon "SMA_Steyr_AUG_BLACK_F";
  292. this addPrimaryWeaponItem "SMA_supp1BB_556";
  293. this addPrimaryWeaponItem "acc_pointer_IR";
  294. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_RDS_4z";
  295. this addWeapon "rhsusf_weap_glock17g4";
  296. this addHandgunItem "rhsusf_acc_omega9k";
  297. this addHandgunItem "acc_flashlight_pistol";
  298. this addWeapon "ACE_Vector";
  299.  
  300. comment "Add items";
  301. this linkItem "ItemMap";
  302. this linkItem "ItemCompass";
  303. this linkItem "TFAR_microdagr";
  304. this linkItem "TFAR_rf7800str";
  305. this linkItem "ItemGPS";
  306. this linkItem "ACE_NVG_Gen4";
  307.  
  308. comment "Set identity";
  309. this setFace "WhiteHead_17";
  310. this setSpeaker "ace_novoice";
  311.  
  312. comment "Rifleman";
  313. comment "Remove existing items";
  314. removeAllWeapons this;
  315. removeAllItems this;
  316. removeAllAssignedItems this;
  317. removeUniform this;
  318. removeVest this;
  319. removeBackpack this;
  320. removeHeadgear this;
  321. removeGoggles this;
  322.  
  323. comment "Add containers";
  324. this forceAddUniform "U_B_CombatUniform_mcam";
  325. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  326. for "_i" from 1 to 2 do {this addItemToUniform "ACE_elasticBandage";};
  327. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  328. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  329. this addItemToUniform "ACE_EarPlugs";
  330. this addItemToUniform "ACE_epinephrine";
  331. this addItemToUniform "ACE_IR_Strobe_Item";
  332. this addItemToUniform "ACE_MapTools";
  333. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  334. for "_i" from 1 to 2 do {this addItemToUniform "ACE_packingBandage";};
  335. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  336. this addItemToUniform "ACE_M84";
  337. this addItemToUniform "rhs_mag_m67";
  338. this addItemToUniform "UK3CB_BAF_SmokeShellBlue";
  339. this addVest "V_PlateCarrier2_rgr";
  340. this addItemToVest "ACE_NVG_Gen4";
  341. for "_i" from 1 to 2 do {this addItemToVest "rhsusf_mag_17Rnd_9x19_FMJ";};
  342. for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  343. for "_i" from 1 to 4 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag_Tracer_Red";};
  344. for "_i" from 1 to 3 do {this addItemToVest "UK3CB_BAF_SmokeShell";};
  345. this addHeadgear "H_HelmetSpecB_snakeskin";
  346. this addGoggles "G_Bandanna_tan";
  347.  
  348. comment "Add weapons";
  349. this addWeapon "SMA_Mk16_black";
  350. this addPrimaryWeaponItem "SMA_supp1BB_556";
  351. this addPrimaryWeaponItem "acc_pointer_IR";
  352. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_RDS_4z";
  353. this addPrimaryWeaponItem "SMA_Gripod_01";
  354. this addWeapon "rhsusf_weap_glock17g4";
  355. this addHandgunItem "rhsusf_acc_omega9k";
  356. this addHandgunItem "acc_flashlight_pistol";
  357. this addWeapon "ACE_Vector";
  358.  
  359. comment "Add items";
  360. this linkItem "ItemMap";
  361. this linkItem "ItemCompass";
  362. this linkItem "TFAR_microdagr";
  363. this linkItem "TFAR_rf7800str";
  364. this linkItem "ItemGPS";
  365. this linkItem "ACE_NVG_Gen4";
  366.  
  367. comment "Set identity";
  368. this setFace "WhiteHead_17";
  369. this setSpeaker "ace_novoice";
  370.  
  371.  
  372. comment "rifleman (alt)";
  373. comment "Remove existing items";
  374. removeAllWeapons this;
  375. removeAllItems this;
  376. removeAllAssignedItems this;
  377. removeUniform this;
  378. removeVest this;
  379. removeBackpack this;
  380. removeHeadgear this;
  381. removeGoggles this;
  382.  
  383. comment "Add containers";
  384. this forceAddUniform "U_B_CombatUniform_mcam";
  385. for "_i" from 1 to 4 do {this addItemToUniform "ACE_fieldDressing";};
  386. for "_i" from 1 to 2 do {this addItemToUniform "ACE_elasticBandage";};
  387. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  388. for "_i" from 1 to 5 do {this addItemToUniform "ACE_CableTie";};
  389. this addItemToUniform "ACE_EarPlugs";
  390. this addItemToUniform "ACE_epinephrine";
  391. this addItemToUniform "ACE_IR_Strobe_Item";
  392. this addItemToUniform "ACE_MapTools";
  393. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  394. for "_i" from 1 to 2 do {this addItemToUniform "ACE_packingBandage";};
  395. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  396. for "_i" from 1 to 2 do {this addItemToUniform "rhsusf_mag_17Rnd_9x19_FMJ";};
  397. this addItemToUniform "UK3CB_BAF_SmokeShellBlue";
  398. this addVest "V_PlateCarrier2_rgr";
  399. this addItemToVest "ACE_NVG_Gen4";
  400. for "_i" from 1 to 3 do {this addItemToVest "UK3CB_BAF_SmokeShell";};
  401. this addItemToVest "rhs_mag_m67";
  402. this addItemToVest "ACE_M84";
  403. for "_i" from 1 to 8 do {this addItemToVest "rhs_mag_30Rnd_556x45_M855A1_Stanag";};
  404. this addHeadgear "H_HelmetSpecB_snakeskin";
  405. this addGoggles "G_Bandanna_tan";
  406.  
  407. comment "Add weapons";
  408. this addWeapon "SMA_Steyr_AUG_BLACK_F";
  409. this addPrimaryWeaponItem "SMA_supp1BB_556";
  410. this addPrimaryWeaponItem "acc_pointer_IR";
  411. this addPrimaryWeaponItem "SMA_ELCAN_SPECTER_RDS_4z";
  412. this addWeapon "rhsusf_weap_glock17g4";
  413. this addHandgunItem "rhsusf_acc_omega9k";
  414. this addHandgunItem "acc_flashlight_pistol";
  415. this addWeapon "ACE_Vector";
  416.  
  417. comment "Add items";
  418. this linkItem "ItemMap";
  419. this linkItem "ItemCompass";
  420. this linkItem "TFAR_microdagr";
  421. this linkItem "TFAR_rf7800str";
  422. this linkItem "ItemGPS";
  423. this linkItem "ACE_NVG_Gen4";
  424.  
  425. comment "Set identity";
  426. this setFace "WhiteHead_17";
  427. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement