Advertisement
Guest User

CSAT Medic Example [NIA] [VSM]

a guest
Sep 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. comment "Exported from Arsenal by AnimatedTanker";
  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 "VSM_AOR1_tan_shirt_Camo_SS";
  15. for "_i" from 1 to 2 do {this addItemToUniform "FirstAidKit";};
  16. this addItemToUniform "16Rnd_9x21_Mag";
  17. for "_i" from 1 to 2 do {this addItemToUniform "hlc_30Rnd_545x39_B_AK";};
  18. this addVest "VSM_OGA_IOTV_2";
  19. for "_i" from 1 to 4 do {this addItemToVest "hlc_30Rnd_545x39_B_AK";};
  20. for "_i" from 1 to 3 do {this addItemToVest "16Rnd_9x21_Mag";};
  21. for "_i" from 1 to 3 do {this addItemToVest "SmokeShell";};
  22. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellRed";};
  23. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellOrange";};
  24. this addItemToVest "HandGrenade";
  25. this addBackpack "B_FieldPack_cbr";
  26. this addItemToBackpack "Medikit";
  27. for "_i" from 1 to 12 do {this addItemToBackpack "FirstAidKit";};
  28. this addHeadgear "H_HelmetB_sand";
  29. this addGoggles "VSM_Shemagh_tan";
  30.  
  31. comment "Add weapons";
  32. this addWeapon "hlc_rifle_aku12";
  33. this addPrimaryWeaponItem "optic_ACO_grn";
  34. this addWeapon "hgun_Rook40_F";
  35.  
  36. comment "Add items";
  37. this linkItem "ItemMap";
  38. this linkItem "ItemCompass";
  39. this linkItem "ItemWatch";
  40. this linkItem "ItemRadio";
  41. this linkItem "NVGoggles";
  42.  
  43. comment "Set identity";
  44. this setFace "PersianHead_A3_02";
  45. this setSpeaker "male01per";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement