Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. comment "Exported from Arsenal by vdStelt";
  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 "LLW_Jungle_teeFlippers";
  15. this addItemToUniform "ACE_Flashlight_MX991";
  16. this addItemToUniform "BW_Facepaint";
  17. this addItemToUniform "ACE_elasticBandage";
  18. for "_i" from 1 to 3 do {this addItemToUniform "ACE_quikclot";};
  19. this addItemToUniform "ACE_epinephrine";
  20. this addItemToUniform "ACE_morphine";
  21. for "_i" from 1 to 2 do {this addItemToUniform "ACE_tourniquet";};
  22. this addItemToUniform "ACE_MapTools";
  23. this addItemToUniform "ACE_microDAGR";
  24. this addItemToUniform "ACE_EarPlugs";
  25. this addItemToUniform "TRYK_headset2_glasses";
  26. this addItemToUniform "rhs_googles_black";
  27. this addItemToUniform "ACE_RangeCard";
  28. this addItemToUniform "20Rnd_762x51_Mag";
  29. this addVest "V_RebreatherB";
  30. this addBackpack "B_Kitbag_rgr";
  31. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_elasticBandage";};
  32. this addItemToBackpack "ACE_Banana";
  33. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_CableTie";};
  34. this addItemToBackpack "ACE_DefusalKit";
  35. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_epinephrine";};
  36. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_morphine";};
  37. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_packingBandage";};
  38. this addItemToBackpack "tfw_rf3080Item";
  39. this addItemToBackpack "ACE_EntrenchingTool";
  40. this addItemToBackpack "ACE_IR_Strobe_Item";
  41. this addItemToBackpack "V_I_G_resistanceLeader_F";
  42. this addItemToBackpack "optic_ERCO_khk_F";
  43. for "_i" from 1 to 3 do {this addItemToBackpack "SmokeShell";};
  44. this addItemToBackpack "HandGrenade";
  45. for "_i" from 1 to 6 do {this addItemToBackpack "20Rnd_762x51_Mag";};
  46. this addHeadgear "H_Bandanna_khk";
  47. this addGoggles "G_B_Diving";
  48.  
  49. comment "Add weapons";
  50. this addWeapon "arifle_SPAR_03_khk_F";
  51. this addPrimaryWeaponItem "muzzle_snds_B_khk_F";
  52. this addPrimaryWeaponItem "ACE_acc_pointer_red";
  53. this addPrimaryWeaponItem "optic_AMS_khk";
  54. this addPrimaryWeaponItem "bipod_01_F_mtp";
  55. this addWeapon "rhsusf_weap_glock17g4";
  56. this addWeapon "ACE_VectorDay";
  57.  
  58. comment "Add items";
  59. this linkItem "ItemMap";
  60. this linkItem "ItemCompass";
  61. this linkItem "ItemWatch";
  62. this linkItem "tf_anprc152_1";
  63. this linkItem "ItemAndroid";
  64. this linkItem "NVGoggles_INDEP";
  65.  
  66. comment "Set identity";
  67. this setFace "WhiteHead_17";
  68. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement