Advertisement
Guest User

Untitled

a guest
May 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. comment "Exported from Arsenal by Grinkle";
  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 "LOP_U_PMC_Fatigue_03";
  15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  16. for "_i" from 1 to 3 do {this addItemToUniform "ACE_EarPlugs";};
  17. for "_i" from 1 to 10 do {this addItemToUniform "ACE_quikclot";};
  18. this addItemToUniform "ACE_MapTools";
  19. this addItemToUniform "ACE_Flashlight_XL50";
  20. for "_i" from 1 to 10 do {this addItemToUniform "ACE_elasticBandage";};
  21. for "_i" from 1 to 5 do {this addItemToUniform "immersion_cigs_cigar0";};
  22. this addItemToUniform "ACE_Fortify";
  23. for "_i" from 1 to 2 do {this addItemToUniform "ACE_CableTie";};
  24. for "_i" from 1 to 2 do {this addItemToUniform "ACE_epinephrine";};
  25. this addItemToUniform "murshun_cigs_cigpack";
  26. this addItemToUniform "murshun_cigs_lighter";
  27. this addItemToUniform "UK3CB_BAF_SmokeShell";
  28. this addItemToUniform "Chemlight_blue";
  29. this addItemToUniform "UK3CB_BAF_SmokeShellGreen";
  30. this addVest "V_PlateCarrierH_CTRG";
  31. this addItemToVest "hlc_15Rnd_9x19_SD_P226";
  32. this addItemToVest "hlc_15Rnd_9x19_JHP_P226";
  33. for "_i" from 1 to 3 do {this addItemToVest "rhs_mag_m67";};
  34. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  35. for "_i" from 1 to 2 do {this addItemToVest "UK3CB_BAF_556_100Rnd";};
  36. this addBackpack "B_Carryall_oucamo";
  37. for "_i" from 1 to 9 do {this addItemToBackpack "UK3CB_BAF_556_100Rnd";};
  38. this addHeadgear "H_HelmetO_oucamo";
  39. this addGoggles "rhsusf_shemagh2_gogg_tan";
  40.  
  41. comment "Add weapons";
  42. this addWeapon "UK3CB_BAF_L110A3";
  43. this addPrimaryWeaponItem "UK3CB_BAF_LLM_IR_Black";
  44. this addPrimaryWeaponItem "UK3CB_BAF_TA31F";
  45. this addWeapon "hlc_pistol_Mk25TR";
  46. this addHandgunItem "hlc_muzzle_Evo9";
  47. this addHandgunItem "hlc_acc_DBALPL";
  48. this addHandgunItem "HLC_Optic_Docter_CADEX";
  49. this addWeapon "Laserdesignator";
  50.  
  51. comment "Add items";
  52. this linkItem "ItemMap";
  53. this linkItem "ItemCompass";
  54. this linkItem "ACE_Altimeter";
  55. this linkItem "tf_anprc152_1";
  56. this linkItem "ItemGPS";
  57. this linkItem "NVGogglesB_blk_F";
  58.  
  59. comment "Set identity";
  60. this setFace "WhiteHead_20";
  61. this setSpeaker "male04engb";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement