Advertisement
Guest User

Untitled

a guest
Jul 5th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 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_3CD_Delta_BDU";
  15. this addItemToUniform "FirstAidKit";
  16. for "_i" from 1 to 2 do {this addItemToUniform "hlc_30rnd_556x45_EPR";};
  17. this addVest "TRYK_V_ArmorVest_khk";
  18. for "_i" from 1 to 5 do {this addItemToVest "hlc_30rnd_556x45_EPR";};
  19. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  20. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  21. this addItemToVest "SmokeShellRed";
  22. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_blue";};
  23. this addBackpack "TRYK_B_Medbag";
  24. for "_i" from 1 to 4 do {this addItemToBackpack "FirstAidKit";};
  25. this addItemToBackpack "Medikit";
  26. this addHeadgear "TRYK_H_PASGT_TAN";
  27. this addGoggles "TRYK_US_ESS_Glasses_TAN_BLK";
  28.  
  29. comment "Add weapons";
  30. this addWeapon "hlc_rifle_bcmjack";
  31. this addPrimaryWeaponItem "hlc_muzzle_556NATO_KAC";
  32.  
  33. comment "Add items";
  34. this linkItem "ItemMap";
  35. this linkItem "ItemCompass";
  36. this linkItem "ItemWatch";
  37. this linkItem "ItemRadio";
  38. this linkItem "TRYK_Shemagh_shade_MESH";
  39.  
  40. comment "Set identity";
  41. this setFace "WhiteHead_02";
  42. this setSpeaker "Male08ENG";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement