Advertisement
Guest User

Untitled

a guest
Jun 27th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. comment "Exported from Arsenal by [ATC]Knight";
  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 "U_C_Poloshirt_tricolour";
  15. this addItemToUniform "ACE_EarPlugs";
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_morphine";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_epinephrine";};
  18. for "_i" from 1 to 6 do {this addItemToUniform "ACE_elasticBandage";};
  19. this addItemToUniform "ACE_tourniquet";
  20. for "_i" from 1 to 8 do {this addItemToUniform "ACE_packingBandage";};
  21. this addVest "CUP_V_I_RACS_Carrier_Rig_3";
  22. for "_i" from 1 to 12 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk262_Stanag";};
  23. this addHeadgear "CUP_H_USArmy_Helmet_Pro_gog";
  24. this addGoggles "CUP_TK_NeckScarf";
  25.  
  26. comment "Add weapons";
  27. this addWeapon "hlc_rifle_CQBR";
  28. this addPrimaryWeaponItem "CUP_optic_MRad";
  29.  
  30. comment "Add items";
  31. this linkItem "ItemMap";
  32. this linkItem "ItemCompass";
  33. this linkItem "ItemWatch";
  34. this linkItem "ItemRadioAcreFlagged";
  35.  
  36. comment "Set identity";
  37. this setFace "WhiteHead_15";
  38. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement