Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.96 KB | None | 0 0
  1. comment "Exported from Arsenal by SGT.Jay Miller";
  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 "Chocolate1_Camo";
  15. for "_i" from 1 to 3 do {this addItemToUniform "ACE_CableTie";};
  16. for "_i" from 1 to 5 do {this addItemToUniform "ACE_packingBandage";};
  17. for "_i" from 1 to 5 do {this addItemToUniform "ACE_quikclot";};
  18. for "_i" from 1 to 5 do {this addItemToUniform "ACE_elasticBandage";};
  19. for "_i" from 1 to 5 do {this addItemToUniform "ACE_fieldDressing";};
  20. this addItemToUniform "ACE_Banana";
  21. this addItemToUniform "rih_canteen_item";
  22. this addItemToUniform "ACE_IR_Strobe_Item";
  23. for "_i" from 1 to 2 do {this addItemToUniform "CUP_15Rnd_9x19_M9";};
  24. this addVest "cpc_medicalbelt_coy";
  25. this addItemToVest "ACE_surgicalKit";
  26. this addItemToVest "ACE_EarPlugs";
  27. for "_i" from 1 to 10 do {this addItemToVest "ACE_elasticBandage";};
  28. for "_i" from 1 to 10 do {this addItemToVest "ACE_packingBandage";};
  29. for "_i" from 1 to 5 do {this addItemToVest "ACE_morphine";};
  30. for "_i" from 1 to 5 do {this addItemToVest "ACE_epinephrine";};
  31. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  32. for "_i" from 1 to 3 do {this addItemToVest "CUP_30Rnd_556x45_Stanag";};
  33. this addBackpack "B_Kitbag_cbr";
  34. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_elasticBandage";};
  35. for "_i" from 1 to 40 do {this addItemToBackpack "ACE_packingBandage";};
  36. this addItemToBackpack "ACE_personalAidKit";
  37. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_salineIV";};
  38. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_salineIV_250";};
  39. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_salineIV_500";};
  40. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_morphine";};
  41. for "_i" from 1 to 25 do {this addItemToBackpack "ACE_fieldDressing";};
  42. for "_i" from 1 to 30 do {this addItemToBackpack "ACE_quikclot";};
  43. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_tourniquet";};
  44. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_EarPlugs";};
  45. this addItemToBackpack "ACE_Banana";
  46. this addItemToBackpack "rih_canteen_item";
  47. for "_i" from 1 to 5 do {this addItemToBackpack "ACE_CableTie";};
  48. for "_i" from 1 to 2 do {this addItemToBackpack "CUP_15Rnd_9x19_M9";};
  49. for "_i" from 1 to 2 do {this addItemToBackpack "CUP_30Rnd_556x45_Stanag";};
  50. this addHeadgear "H_HelmetSpecB_sand";
  51. this addGoggles "shemagh2_goggblk_tan";
  52.  
  53. comment "Add weapons";
  54. this addWeapon "CUP_arifle_Mk16_CQC_FG";
  55. this addPrimaryWeaponItem "ACE_acc_pointer_green";
  56. this addPrimaryWeaponItem "RH_cmore";
  57. this addWeapon "CUP_hgun_M9";
  58. this addWeapon "Binocular";
  59.  
  60. comment "Add items";
  61. this linkItem "ItemMap";
  62. this linkItem "ItemCompass";
  63. this linkItem "ItemWatch";
  64. this linkItem "tf_anprc152_1";
  65. this linkItem "ItemGPS";
  66.  
  67. comment "Set identity";
  68. this setFace "WhiteHead_17";
  69. this setSpeaker "cup_d_male04_en";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement