Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
86
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 C. Redfield";
  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 "MCB_Camo_Cyre_GP";
  15. for "_i" from 1 to 2 do {this addItemToUniform "ACE_fieldDressing";};
  16. this addItemToUniform "ACE_morphine";
  17. for "_i" from 1 to 2 do {this addItemToUniform "HandGrenade";};
  18. this addItemToUniform "SmokeShell";
  19. this addItemToUniform "Chemlight_green";
  20. this addItemToUniform "hlc_30Rnd_9x19_B_MP5";
  21. this addVest "MCB_LBT_vest";
  22. for "_i" from 1 to 2 do {this addItemToVest "hlc_30Rnd_9x19_B_MP5";};
  23. for "_i" from 1 to 3 do {this addItemToVest "RH_20Rnd_57x28_FN";};
  24. this addBackpack "MCB_Backpack_Compact";
  25. this addHeadgear "MCB_Helmet2";
  26. this addGoggles "VSM_Balaclava2_black_Goggles";
  27.  
  28. comment "Add weapons";
  29. this addWeapon "hlc_smg_mp5sd5";
  30. this addPrimaryWeaponItem "optic_ACO_grn";
  31. this addWeapon "RH_fn57";
  32.  
  33. comment "Add items";
  34. this linkItem "ItemMap";
  35. this linkItem "ItemCompass";
  36. this linkItem "tf_microdagr";
  37. this linkItem "tf_anprc148jem_1";
  38. this linkItem "NVGogglesB_blk_F";
  39.  
  40. comment "Set identity";
  41. this setFace "WhiteHead_08";
  42. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement