Advertisement
Guest User

Untitled

a guest
Jul 6th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. comment "Exported from Arsenal by Hightower";
  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 "TRYK_U_B_OD_BLK";
  15. for "_i" from 1 to 4 do {this addItemToUniform "RH_10Rnd_22LR_mk2";};
  16. this addVest "TRYK_V_PlateCarrier_blk";
  17. for "_i" from 1 to 2 do {this addItemToVest "RH_10Rnd_22LR_mk2";};
  18. for "_i" from 1 to 10 do {this addItemToVest "hlc_30rnd_556x45_EPR";};
  19. this addBackpack "B_AssaultPack_blk";
  20. this addItemToBackpack "Medikit";
  21. this addItemToBackpack "MCC_multiTool";
  22. this addHeadgear "TRYK_H_PASGT_BLK";
  23. this addGoggles "TRYK_kio_balaclava_ESS";
  24.  
  25. comment "Add weapons";
  26. this addWeapon "hlc_rifle_bcmjack";
  27. this addPrimaryWeaponItem "hlc_muzzle_556NATO_KAC";
  28. this addPrimaryWeaponItem "acc_pointer_IR";
  29. this addPrimaryWeaponItem "optic_Nightstalker";
  30. this addWeapon "RH_mk2";
  31. this addWeapon "Rangefinder";
  32.  
  33. comment "Add items";
  34. this linkItem "ItemMap";
  35. this linkItem "ItemCompass";
  36. this linkItem "ItemWatch";
  37. this linkItem "ItemRadio";
  38. this linkItem "ItemGPS";
  39. this linkItem "NVGoggles_OPFOR";
  40.  
  41. comment "Set identity";
  42. this setFace "WhiteHead_22_sa";
  43. this setSpeaker "Male03ENG";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement