Advertisement
Sonter

Untitled

Jan 25th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. comment "Exported from Arsenal by Cpl. Sonter";
  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_survival_uniform";
  15. this addVest "V_Chestrig_rgr";
  16. this addBackpack "TRYK_B_Carryall_blk";
  17. this addItemToBackpack "ACE_MapTools";
  18. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_fieldDressing";};
  19. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_morphine";};
  20. this addItemToBackpack "ACE_microDAGR";
  21. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_CableTie";};
  22. this addItemToBackpack "ACE_EarPlugs";
  23. this addItemToBackpack "ACE_IR_Strobe_Item";
  24. this addItemToBackpack "ACE_key_lockpick";
  25. this addItemToBackpack "V_RebreatherB";
  26. this addItemToBackpack "G_B_Diving";
  27. this addItemToBackpack "ACE_Flashlight_XL50";
  28. for "_i" from 1 to 3 do {this addItemToBackpack "HandGrenade";};
  29. for "_i" from 1 to 3 do {this addItemToBackpack "SMA_150Rnd_762_Mk319";};
  30. for "_i" from 1 to 2 do {this addItemToBackpack "11Rnd_45ACP_Mag";};
  31. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_M84";};
  32. for "_i" from 1 to 2 do {this addItemToBackpack "SmokeShell";};
  33. this addHeadgear "H_Watchcap_blk";
  34. this addGoggles "TRYK_Shemagh_G";
  35.  
  36. comment "Add weapons";
  37. this addWeapon "sma_minimi_mk3_762tsb_wdl";
  38. this addPrimaryWeaponItem "sma_gemtech_one_wdl";
  39. this addPrimaryWeaponItem "RH_ta31rmr_tan";
  40. this addWeapon "hgun_Pistol_heavy_01_F";
  41. this addHandgunItem "muzzle_snds_acp";
  42. this addHandgunItem "optic_MRD";
  43. this addWeapon "ACE_Vector";
  44.  
  45. comment "Add items";
  46. this linkItem "ItemMap";
  47. this linkItem "ItemCompass";
  48. this linkItem "tf_microdagr";
  49. this linkItem "tf_anprc148jem_1";
  50. this linkItem "ItemcTab";
  51. this linkItem "NVGoggles_OPFOR";
  52.  
  53. comment "Set identity";
  54. this setFace "WhiteHead_22_a";
  55. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement