Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. comment "Exported from Arsenal by Cpl. Barnsey";
  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_PMC_CombatUniformRS_GSBPBB";
  15. this addItemToUniform "ACE_EarPlugs";
  16. this addItemToUniform "ACE_Flashlight_XL50";
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  18. for "_i" from 1 to 3 do {this addItemToUniform "ACE_IR_Strobe_Item";};
  19. this addItemToUniform "ACE_microDAGR";
  20. this addItemToUniform "ACE_MapTools";
  21. for "_i" from 1 to 4 do {this addItemToUniform "ACE_M84";};
  22. for "_i" from 1 to 2 do {this addItemToUniform "Chemlight_red";};
  23. for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellRed";};
  24. this addVest "V_PlateCarrier1_PMC_rgr";
  25. for "_i" from 1 to 9 do {this addItemToVest "SMA_30Rnd_556x45_Mk262";};
  26. this addItemToVest "40Rnd_mas_46x30sd_Mag";
  27. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  28. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  29. this addBackpack "PMC_AssaultPack_Rgr";
  30. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_fieldDressing";};
  31. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_elasticBandage";};
  32. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_packingBandage";};
  33. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_quikclot";};
  34. for "_i" from 1 to 8 do {this addItemToBackpack "ACE_atropine";};
  35. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_morphine";};
  36. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_epinephrine";};
  37. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_tourniquet";};
  38. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_salineIV_500";};
  39. this addHeadgear "H_Cap_marshal";
  40. this addGoggles "G_mas_wpn_gog_d";
  41.  
  42. comment "Add weapons";
  43. this addWeapon "SMA_M4afg_Tan";
  44. this addPrimaryWeaponItem "SMA_supp2btan_556";
  45. this addPrimaryWeaponItem "acc_pointer_IR";
  46. this addPrimaryWeaponItem "RH_ta31rco_2D";
  47. this addWeapon "hgun_mas_mp7p_F";
  48. this addHandgunItem "muzzle_mas_snds_MP7";
  49. this addHandgunItem "acc_pointer_IR";
  50. this addHandgunItem "optic_mas_aim";
  51. this addWeapon "ACE_Vector";
  52.  
  53. comment "Add items";
  54. this linkItem "ItemMap";
  55. this linkItem "ItemCompass";
  56. this linkItem "tf_microdagr";
  57. this linkItem "tf_anprc154_1";
  58. this linkItem "ItemGPS";
  59. this linkItem "pmc_earpiece";
  60.  
  61. comment "Set identity";
  62. this setFace "PersianHead_A3_02";
  63. this setSpeaker "ACE_NoVoice";
  64. [this,"combatmedic"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement