Guest User

Untitled

a guest
Jun 28th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. comment "Exported from Arsenal by Gigaplex";
  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 "TFA_wood";
  15. this addItemToUniform "H_Watchcap_camo";
  16. for "_i" from 1 to 3 do {this addItemToUniform "CUP_30Rnd_556x45_Stanag";};
  17. this addVest "TFA_PlateCarrier_Grn";
  18. for "_i" from 1 to 6 do {this addItemToVest "HandGrenade";};
  19. this addHeadgear "TFAX_H_HelmetIA_US_wood";
  20.  
  21. comment "Add weapons";
  22. this addWeapon "CUP_arifle_M16A2";
  23.  
  24. comment "Add items";
  25. this linkItem "ItemMap";
  26. this linkItem "ItemCompass";
  27. this linkItem "ItemWatch";
  28. this linkItem "ItemRadioAcreFlagged";
  29.  
  30. comment "Set identity";
  31. this setFace "WhiteHead_06";
  32. this setSpeaker "ACE_NoVoice";
Add Comment
Please, Sign In to add comment