Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.01 KB | None | 0 0
  1. comment "Exported from Arsenal by Sgt. Geth";
  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 "IRGWoodlandUniform_H";
  15. this addItemToUniform "ACE_IR_Strobe_Item";
  16. this addItemToUniform "ACE_Flashlight_XL50";
  17. this addItemToUniform "ACE_MapTools";
  18. this addItemToUniform "ACE_EntrenchingTool";
  19. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  20. for "_i" from 1 to 3 do {this addItemToUniform "8Rnd_9mm_P210_Mag";};
  21. this addVest "IRGWoodland_Rig";
  22. for "_i" from 1 to 2 do {this addItemToVest "150Rnd_762x51_Box";};
  23. this addBackpack "CUP_B_AlicePack_Bedroll";
  24. for "_i" from 1 to 12 do {this addItemToBackpack "ACE_fieldDressing";};
  25. for "_i" from 1 to 12 do {this addItemToBackpack "ACE_elasticBandage";};
  26. for "_i" from 1 to 12 do {this addItemToBackpack "ACE_quikclot";};
  27. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_epinephrine";};
  28. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_morphine";};
  29. for "_i" from 1 to 12 do {this addItemToBackpack "ACE_packingBandage";};
  30. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_tourniquet";};
  31. this addItemToBackpack "ACE_bloodIV";
  32. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_250";};
  33. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_bloodIV_500";};
  34. this addItemToBackpack "150Rnd_762x51_Box";
  35. this addHeadgear "IRGWoodland_Helmet";
  36. this addGoggles "G_Bandanna_beast";
  37.  
  38. comment "Add weapons";
  39. this addWeapon "LMG_MG62_F";
  40. this addWeapon "hgun_P210_F";
  41. this addWeapon "Binocular";
  42.  
  43. comment "Add items";
  44. this linkItem "ItemMap";
  45. this linkItem "ItemCompass";
  46. this linkItem "tf_microdagr";
  47. this linkItem "tf_anprc152_1";
  48. this linkItem "ItemGPS";
  49. this linkItem "CUP_NVG_PVS14";
  50.  
  51. comment "Set identity";
  52. this setFace "GreekHead_A3_07";
  53. this setSpeaker "cup_d_female03_cz";
  54. [this,"IsleOfMan"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement