Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.87 KB | None | 0 0
  1. Command/Team
  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 "U_B_CTRG_1";
  15. this addItemToUniform "H_Cap_blk";
  16. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  17. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  18. this addItemToUniform "ACE_bloodIV_250";
  19. this addItemToUniform "ACE_EarPlugs";
  20. this addItemToUniform "CUP_optic_Eotech533Grey";
  21. this addVest "V_PlateCarrierL_CTRG";
  22. this addItemToVest "CUP_15Rnd_9x19_M9";
  23. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
  24. this addItemToVest "CUP_HandGrenade_M67";
  25. this addItemToVest "SmokeShell";
  26. for "_i" from 1 to 6 do {this addItemToVest "CUP_1Rnd_HE_M203";};
  27. for "_i" from 1 to 2 do {this addItemToVest "CUP_1Rnd_Smoke_M203";};
  28. this addBackpack "CUP_B_Bergen_BAF";
  29. for "_i" from 1 to 4 do {this addItemToBackpack "1Rnd_Smoke_Grenade_shell";};
  30. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeRed_Grenade_shell";};
  31. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeGreen_Grenade_shell";};
  32. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeYellow_Grenade_shell";};
  33. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokePurple_Grenade_shell";};
  34. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeBlue_Grenade_shell";};
  35. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeOrange_Grenade_shell";};
  36. this addHeadgear "H_HelmetB_camo";
  37.  
  38. comment "Add weapons";
  39. this addWeapon "CUP_arifle_L85A2_GL";
  40. this addPrimaryWeaponItem "CUP_acc_ANPEQ_2";
  41. this addPrimaryWeaponItem "CUP_optic_ACOG";
  42. this addWeapon "CUP_hgun_M9";
  43. this addWeapon "Binocular";
  44.  
  45. comment "Add items";
  46. this linkItem "ItemMap";
  47. this linkItem "ItemCompass";
  48. this linkItem "ItemWatch";
  49. this linkItem "tf_anprc152_1";
  50.  
  51.  
  52.  
  53.  
  54. Rifleman
  55.  
  56. comment "Remove existing items";
  57. removeAllWeapons this;
  58. removeAllItems this;
  59. removeAllAssignedItems this;
  60. removeUniform this;
  61. removeVest this;
  62. removeBackpack this;
  63. removeHeadgear this;
  64. removeGoggles this;
  65.  
  66. comment "Add containers";
  67. this forceAddUniform "U_B_CTRG_1";
  68. this addItemToUniform "H_Cap_blk";
  69. this addItemToUniform "CUP_optic_Eotech533Grey";
  70. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  71. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  72. this addItemToUniform "ACE_bloodIV_250";
  73. this addItemToUniform "ACE_EarPlugs";
  74. this addVest "V_PlateCarrierL_CTRG";
  75. this addItemToVest "CUP_15Rnd_9x19_M9";
  76. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
  77. for "_i" from 1 to 4 do {this addItemToVest "CUP_HandGrenade_M67";};
  78. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  79. this addBackpack "CUP_B_Bergen_BAF";
  80. this addHeadgear "H_HelmetB_camo";
  81.  
  82. comment "Add weapons";
  83. this addWeapon "CUP_arifle_L85A2_ACOG_Laser";
  84. this addPrimaryWeaponItem "CUP_acc_ANPEQ_2";
  85. this addPrimaryWeaponItem "CUP_optic_ACOG";
  86. this addWeapon "CUP_hgun_M9";
  87.  
  88. comment "Add items";
  89. this linkItem "ItemMap";
  90. this linkItem "ItemCompass";
  91. this linkItem "ItemWatch";
  92. this linkItem "tf_anprc152_3";
  93.  
  94.  
  95.  
  96. Ammo
  97.  
  98. comment "Remove existing items";
  99. removeAllWeapons this;
  100. removeAllItems this;
  101. removeAllAssignedItems this;
  102. removeUniform this;
  103. removeVest this;
  104. removeBackpack this;
  105. removeHeadgear this;
  106. removeGoggles this;
  107.  
  108. comment "Add containers";
  109. this forceAddUniform "U_B_CTRG_1";
  110. this addItemToUniform "H_Cap_blk";
  111. this addItemToUniform "CUP_optic_Eotech533Grey";
  112. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  113. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  114. this addItemToUniform "ACE_bloodIV_250";
  115. this addItemToUniform "ACE_EarPlugs";
  116. this addVest "V_PlateCarrierL_CTRG";
  117. this addItemToVest "CUP_15Rnd_9x19_M9";
  118. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
  119. for "_i" from 1 to 4 do {this addItemToVest "CUP_HandGrenade_M67";};
  120. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  121. this addBackpack "B_Carryall_mcamo";
  122. for "_i" from 1 to 40 do {this addItemToBackpack "30Rnd_556x45_Stanag_Tracer_Red";};
  123. this addHeadgear "H_HelmetB_camo";
  124.  
  125. comment "Add weapons";
  126. this addWeapon "CUP_arifle_L85A2_ACOG_Laser";
  127. this addPrimaryWeaponItem "CUP_acc_ANPEQ_2";
  128. this addPrimaryWeaponItem "CUP_optic_ACOG";
  129. this addWeapon "CUP_hgun_M9";
  130.  
  131. comment "Add items";
  132. this linkItem "ItemMap";
  133. this linkItem "ItemCompass";
  134. this linkItem "ItemWatch";
  135. this linkItem "tf_anprc152_2";
  136.  
  137.  
  138.  
  139.  
  140. Autorifleman
  141.  
  142.  
  143. comment "Remove existing items";
  144. removeAllWeapons this;
  145. removeAllItems this;
  146. removeAllAssignedItems this;
  147. removeUniform this;
  148. removeVest this;
  149. removeBackpack this;
  150. removeHeadgear this;
  151. removeGoggles this;
  152.  
  153. comment "Add containers";
  154. this forceAddUniform "U_B_CTRG_1";
  155. this addItemToUniform "H_Cap_blk";
  156. this addItemToUniform "CUP_optic_Eotech533Grey";
  157. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  158. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  159. this addItemToUniform "ACE_bloodIV_250";
  160. this addItemToUniform "ACE_EarPlugs";
  161. this addVest "V_PlateCarrierL_CTRG";
  162. this addItemToVest "CUP_15Rnd_9x19_M9";
  163. for "_i" from 1 to 4 do {this addItemToVest "CUP_HandGrenade_M67";};
  164. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  165. this addItemToVest "CUP_100Rnd_TE1_Red_Tracer_556x45_BetaCMag";
  166. this addBackpack "CUP_B_Bergen_BAF";
  167. for "_i" from 1 to 6 do {this addItemToBackpack "CUP_100Rnd_TE1_Red_Tracer_556x45_BetaCMag";};
  168. this addHeadgear "H_HelmetB_camo";
  169.  
  170. comment "Add weapons";
  171. this addWeapon "CUP_arifle_L86A2";
  172. this addPrimaryWeaponItem "CUP_optic_ACOG";
  173. this addWeapon "CUP_hgun_M9";
  174.  
  175. comment "Add items";
  176. this linkItem "ItemMap";
  177. this linkItem "ItemCompass";
  178. this linkItem "ItemWatch";
  179. this linkItem "tf_anprc152";
  180.  
  181.  
  182.  
  183. Medic
  184.  
  185. comment "Remove existing items";
  186. removeAllWeapons this;
  187. removeAllItems this;
  188. removeAllAssignedItems this;
  189. removeUniform this;
  190. removeVest this;
  191. removeBackpack this;
  192. removeHeadgear this;
  193. removeGoggles this;
  194.  
  195. comment "Add containers";
  196. this forceAddUniform "U_B_CTRG_1";
  197. this addItemToUniform "H_Cap_blk";
  198. this addItemToUniform "CUP_optic_Eotech533Grey";
  199. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  200. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  201. this addItemToUniform "ACE_bloodIV_250";
  202. this addItemToUniform "ACE_EarPlugs";
  203. this addVest "V_PlateCarrierL_CTRG";
  204. this addItemToVest "CUP_15Rnd_9x19_M9";
  205. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
  206. for "_i" from 1 to 4 do {this addItemToVest "CUP_HandGrenade_M67";};
  207. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  208. this addBackpack "TRYK_B_Medbag_OD";
  209. for "_i" from 1 to 50 do {this addItemToBackpack "ACE_fieldDressing";};
  210. for "_i" from 1 to 35 do {this addItemToBackpack "ACE_morphine";};
  211. for "_i" from 1 to 35 do {this addItemToBackpack "ACE_epinephrine";};
  212. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_bloodIV";};
  213. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_bloodIV_500";};
  214. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_bloodIV_250";};
  215. this addHeadgear "H_HelmetB_camo";
  216.  
  217. comment "Add weapons";
  218. this addWeapon "CUP_arifle_L85A2_ACOG_Laser";
  219. this addPrimaryWeaponItem "CUP_acc_ANPEQ_2";
  220. this addPrimaryWeaponItem "CUP_optic_ACOG";
  221. this addWeapon "CUP_hgun_M9";
  222.  
  223. comment "Add items";
  224. this linkItem "ItemMap";
  225. this linkItem "ItemCompass";
  226. this linkItem "ItemWatch";
  227. this linkItem "tf_anprc152";
  228.  
  229.  
  230. AT
  231.  
  232. removeAllWeapons this;
  233. removeAllItems this;
  234. removeAllAssignedItems this;
  235. removeUniform this;
  236. removeVest this;
  237. removeBackpack this;
  238. removeHeadgear this;
  239. removeGoggles this;
  240.  
  241. comment "Add containers";
  242. this forceAddUniform "U_B_CTRG_1";
  243. this addItemToUniform "H_Cap_blk";
  244. this addItemToUniform "CUP_optic_Eotech533Grey";
  245. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  246. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  247. this addItemToUniform "ACE_bloodIV_250";
  248. this addItemToUniform "ACE_EarPlugs";
  249. this addVest "V_PlateCarrierL_CTRG";
  250. this addItemToVest "CUP_15Rnd_9x19_M9";
  251. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
  252. for "_i" from 1 to 4 do {this addItemToVest "CUP_HandGrenade_M67";};
  253. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  254. this addBackpack "MNP_B_WD_CA";
  255. for "_i" from 1 to 3 do {this addItemToBackpack "CUP_SMAW_HEAA_M";};
  256. this addHeadgear "H_HelmetB_camo";
  257.  
  258.  
  259. comment "Add weapons";
  260. this addWeapon "CUP_arifle_L85A2_ACOG_Laser";
  261. this addPrimaryWeaponItem "CUP_acc_ANPEQ_2";
  262. this addPrimaryWeaponItem "CUP_optic_ACOG";
  263. this addWeapon "CUP_launch_Mk153Mod0";
  264. this addSecondaryWeaponItem "CUP_optic_SMAW_Scope";
  265. this addWeapon "CUP_hgun_M9";
  266.  
  267. comment "Add items";
  268. this linkItem "ItemMap";
  269. this linkItem "ItemCompass";
  270. this linkItem "ItemWatch";
  271. this linkItem "tf_anprc152_5";
  272.  
  273.  
  274.  
  275.  
  276. MMG
  277.  
  278. comment "Remove existing items";
  279. removeAllWeapons this;
  280. removeAllItems this;
  281. removeAllAssignedItems this;
  282. removeUniform this;
  283. removeVest this;
  284. removeBackpack this;
  285. removeHeadgear this;
  286. removeGoggles this;
  287.  
  288. comment "Add containers";
  289. this forceAddUniform "U_B_CTRG_1";
  290. this addItemToUniform "H_Cap_blk";
  291. this addItemToUniform "CUP_optic_Eotech533Grey";
  292. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  293. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  294. this addItemToUniform "ACE_bloodIV_250";
  295. this addItemToUniform "ACE_EarPlugs";
  296. this addVest "V_PlateCarrierL_CTRG";
  297. this addItemToVest "CUP_15Rnd_9x19_M9";
  298. for "_i" from 1 to 4 do {this addItemToVest "CUP_HandGrenade_M67";};
  299. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  300. this addItemToVest "130Rnd_338_Mag";
  301. this addBackpack "CUP_B_Bergen_BAF";
  302. this addItemToBackpack "130Rnd_338_Mag";
  303. this addHeadgear "H_HelmetB_camo";
  304.  
  305.  
  306. comment "Add weapons";
  307. this addWeapon "MMG_02_black_F";
  308. this addPrimaryWeaponItem "CUP_optic_ACOG";
  309. this addPrimaryWeaponItem "bipod_01_F_blk";
  310. this addWeapon "CUP_hgun_M9";
  311.  
  312. comment "Add items";
  313. this linkItem "ItemMap";
  314. this linkItem "ItemCompass";
  315. this linkItem "ItemWatch";
  316. this linkItem "tf_anprc152";
  317.  
  318.  
  319.  
  320. MMG Assist
  321.  
  322. comment "Remove existing items";
  323. removeAllWeapons this;
  324. removeAllItems this;
  325. removeAllAssignedItems this;
  326. removeUniform this;
  327. removeVest this;
  328. removeBackpack this;
  329. removeHeadgear this;
  330. removeGoggles this;
  331.  
  332. comment "Add containers";
  333. this forceAddUniform "U_B_CTRG_1";
  334. this addItemToUniform "H_Cap_blk";
  335. this addItemToUniform "CUP_optic_Eotech533Grey";
  336. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  337. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  338. this addItemToUniform "ACE_bloodIV_250";
  339. this addItemToUniform "ACE_EarPlugs";
  340. this addVest "V_PlateCarrierL_CTRG";
  341. this addItemToVest "CUP_15Rnd_9x19_M9";
  342. for "_i" from 1 to 4 do {this addItemToVest "CUP_HandGrenade_M67";};
  343. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  344. this addItemToVest "130Rnd_338_Mag";
  345. this addBackpack "CUP_B_Bergen_BAF";
  346. this addItemToBackpack "130Rnd_338_Mag";
  347. this addHeadgear "H_HelmetB_camo";
  348.  
  349. comment "Add weapons";
  350. this addWeapon "MMG_02_black_F";
  351. this addPrimaryWeaponItem "CUP_optic_ACOG";
  352. this addPrimaryWeaponItem "bipod_01_F_blk";
  353. this addWeapon "CUP_hgun_M9";
  354.  
  355. comment "Add items";
  356. this linkItem "ItemMap";
  357. this linkItem "ItemCompass";
  358. this linkItem "ItemWatch";
  359. this linkItem "tf_anprc152";
  360.  
  361.  
  362.  
  363.  
  364.  
  365. Radioman
  366.  
  367.  
  368. comment "Remove existing items";
  369. removeAllWeapons this;
  370. removeAllItems this;
  371. removeAllAssignedItems this;
  372. removeUniform this;
  373. removeVest this;
  374. removeBackpack this;
  375. removeHeadgear this;
  376. removeGoggles this;
  377.  
  378. comment "Add containers";
  379. this forceAddUniform "U_B_CTRG_1";
  380. this addItemToUniform "H_Cap_blk";
  381. this addItemToUniform "CUP_optic_Eotech533Grey";
  382. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  383. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  384. this addItemToUniform "ACE_bloodIV_250";
  385. this addItemToUniform "ACE_EarPlugs";
  386. this addVest "V_PlateCarrierL_CTRG";
  387. this addItemToVest "CUP_15Rnd_9x19_M9";
  388. for "_i" from 1 to 10 do {this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";};
  389. for "_i" from 1 to 4 do {this addItemToVest "CUP_HandGrenade_M67";};
  390. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  391. this addBackpack "tf_rt1523g";
  392. this addHeadgear "H_HelmetB_camo";
  393.  
  394. comment "Add weapons";
  395. this addWeapon "CUP_arifle_L85A2_ACOG_Laser";
  396. this addPrimaryWeaponItem "CUP_acc_ANPEQ_2";
  397. this addPrimaryWeaponItem "CUP_optic_ACOG";
  398. this addWeapon "CUP_hgun_M9";
  399.  
  400. comment "Add items";
  401. this linkItem "ItemMap";
  402. this linkItem "ItemCompass";
  403. this linkItem "ItemWatch";
  404. this linkItem "tf_anprc152_3";
  405.  
  406.  
  407.  
  408. Pilot
  409.  
  410. comment "Exported from Arsenal by DJYarla";
  411.  
  412. comment "Remove existing items";
  413. removeAllWeapons this;
  414. removeAllItems this;
  415. removeAllAssignedItems this;
  416. removeUniform this;
  417. removeVest this;
  418. removeBackpack this;
  419. removeHeadgear this;
  420. removeGoggles this;
  421.  
  422. comment "Add containers";
  423. this forceAddUniform "TRYK_U_B_BLKBLK_CombatUniform";
  424. for "_i" from 1 to 20 do {this addItemToUniform "ACE_fieldDressing";};
  425. for "_i" from 1 to 5 do {this addItemToUniform "ACE_morphine";};
  426. this addItemToUniform "ACE_bloodIV_250";
  427. this addItemToUniform "ACE_EarPlugs";
  428. this addVest "TAC_EI_RRV24_B";
  429. this addItemToVest "CUP_15Rnd_9x19_M9";
  430. for "_i" from 1 to 2 do {this addItemToVest "CUP_HandGrenade_M67";};
  431. for "_i" from 1 to 4 do {this addItemToVest "hlc_30Rnd_9x19_B_MP5";};
  432. this addBackpack "PMC_AssaultPack_Blk";
  433. this addItemToBackpack "ToolKit";
  434. this addHeadgear "MNP_Helmet_STPilot";
  435. this addGoggles "TRYK_kio_balaclava_BLK";
  436.  
  437. comment "Add weapons";
  438. this addWeapon "hlc_smg_MP5N";
  439. this addWeapon "CUP_hgun_M9";
  440.  
  441. comment "Add items";
  442. this linkItem "ItemMap";
  443. this linkItem "ItemCompass";
  444. this linkItem "ItemWatch";
  445. this linkItem "tf_anprc152_8";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement