Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. comment "Exported from Arsenal by Malbjorn";
  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 "ARC_US_ATACS_W_Uniform_tshirt";
  15. this addItemToUniform "B_IR_Grenade";
  16. for "_i" from 1 to 2 do {this addItemToUniform "Chemlight_blue";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "Chemlight_green";};
  18. this addItemToUniform "AGM_HandFlare_White";
  19. this addItemToUniform "SmokeShell";
  20. this addVest "ARC_US_ATACS_W_Plate_Carrier";
  21. for "_i" from 1 to 2 do {this addItemToVest "AGM_CableTie";};
  22. this addItemToVest "AGM_EarBuds";
  23. for "_i" from 1 to 9 do {this addItemToVest "AGM_Bandage";};
  24. for "_i" from 1 to 5 do {this addItemToVest "AGM_Morphine";};
  25. for "_i" from 1 to 4 do {this addItemToVest "SmokeShell";};
  26. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellGreen";};
  27. this addItemToVest "SmokeShellRed";
  28. this addItemToVest "SUPER_flash";
  29. for "_i" from 1 to 7 do {this addItemToVest "RH_30Rnd_68x43_FMJ";};
  30. this addBackpack "ARC_US_Backpack_compact_ATACS_W";
  31. for "_i" from 1 to 25 do {this addItemToBackpack "AGM_Bandage";};
  32. for "_i" from 1 to 25 do {this addItemToBackpack "AGM_Morphine";};
  33. for "_i" from 1 to 14 do {this addItemToBackpack "AGM_Epipen";};
  34. for "_i" from 1 to 3 do {this addItemToBackpack "AGM_Bloodbag";};
  35. this addItemToBackpack "AGM_EarBuds";
  36. this addHeadgear "ARC_Common_OD_M_Helmet_Light";
  37. this addGoggles "TRYK_SPGEAR_Glasses";
  38.  
  39. comment "Add weapons";
  40. this addWeapon "RH_M16A6";
  41. this addPrimaryWeaponItem "RH_spr_mbs";
  42. this addPrimaryWeaponItem "RH_peq15b";
  43. this addPrimaryWeaponItem "RH_ta31rmr";
  44.  
  45. comment "Add items";
  46. this linkItem "ItemMap";
  47. this linkItem "ItemCompass";
  48. this linkItem "ItemWatch";
  49. this linkItem "tf_anprc152_1";
  50. this linkItem "A3_GPNVG18_F";
  51.  
  52. comment "Set identity";
  53. this setFace "WhiteHead_17";
  54. this setSpeaker "AGM_NoVoice";
  55. [this,"ARC_Patch_Medic_OD"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement