Advertisement
Guest User

HuTcH_BW

a guest
Apr 4th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. comment "Exported from Arsenal by HuTcH";
  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 "BWA3_Uniform3_idz_Fleck";
  15. this addItemToUniform "ACE_EarPlugs";
  16. this addItemToUniform "ACE_Flashlight_XL50";
  17. for "_i" from 1 to 3 do {this addItemToUniform "ACE_CableTie";};
  18. this addItemToUniform "ACE_MapTools";
  19. this addItemToUniform "ACE_IR_Strobe_Item";
  20. this addItemToUniform "rhs_mag_30Rnd_556x45_Mk318_Stanag";
  21. this addVest "BWA3_Vest_JPC_Leader_Fleck";
  22. this addItemToVest "ACE_EntrenchingTool";
  23. this addItemToVest "ACE_NVG_Gen4";
  24. this addItemToVest "optic_Hamr";
  25. this addItemToVest "rhsusf_acc_nt4_black";
  26. for "_i" from 1 to 5 do {this addItemToVest "SmokeShell";};
  27. this addItemToVest "SmokeShellGreen";
  28. this addItemToVest "SmokeShellOrange";
  29. this addItemToVest "SmokeShellRed";
  30. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  31. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk318_Stanag";};
  32. this addBackpack "tf_rt1523g_big_bwmod";
  33. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_morphine";};
  34. for "_i" from 1 to 20 do {this addItemToBackpack "ACE_packingBandage";};
  35. for "_i" from 1 to 10 do {this addItemToBackpack "ACE_quikclot";};
  36. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_tourniquet";};
  37. this addItemToBackpack "ACE_surgicalKit";
  38. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_epinephrine";};
  39. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_elasticBandage";};
  40. this addItemToBackpack "ACE_salineIV";
  41. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_salineIV_500";};
  42. for "_i" from 1 to 6 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_Mk318_Stanag";};
  43. this addHeadgear "BWA3_Booniehat_Fleck";
  44. this addGoggles "rhsusf_shemagh2_gogg_grn";
  45.  
  46. comment "Add weapons";
  47. this addWeapon "rhs_weap_hk416d145";
  48. this addPrimaryWeaponItem "optic_Aco_smg";
  49. this addPrimaryWeaponItem "rhsusf_acc_harris_bipod";
  50. this addWeapon "BWA3_P8";
  51. this addWeapon "Laserdesignator_01_khk_F";
  52.  
  53. comment "Add items";
  54. this linkItem "ItemMap";
  55. this linkItem "ItemCompass";
  56. this linkItem "ACE_Altimeter";
  57. this linkItem "tf_anprc152_117";
  58. this linkItem "BWA3_ItemNaviPad";
  59.  
  60. comment "Set identity";
  61. this setFace "WhiteHead_17";
  62. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement