Advertisement
Guest User

Section Lead/2IC

a guest
Aug 28th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. comment "Exported from Arsenal by WO2 Reckers";
  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 "ASF_AMCU";
  15. this addItemToUniform "ACE_EarPlugs";
  16. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  17. for "_i" from 1 to 4 do {this addItemToUniform "SmokeShell";};
  18. for "_i" from 1 to 4 do {this addItemToUniform "SmokeShellBlue";};
  19. for "_i" from 1 to 4 do {this addItemToUniform "SmokeShellGreen";};
  20. for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellRed";};
  21. this addVest "ASF_Vest_Grn_TL";
  22. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  23. for "_i" from 1 to 9 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  24. for "_i" from 1 to 4 do {this addItemToVest "ACE_M84";};
  25. this addBackpack "ASF_Compact_AMCU";
  26. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_quikclot";};
  27. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_packingBandage";};
  28. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_morphine";};
  29. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_tourniquet";};
  30. this addItemToBackpack "ACE_EntrenchingTool";
  31. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_elasticBandage";};
  32. this addItemToBackpack "ItemcTabHCam";
  33. for "_i" from 1 to 4 do {this addItemToBackpack "SmokeShell";};
  34. for "_i" from 1 to 4 do {this addItemToBackpack "Chemlight_blue";};
  35. for "_i" from 1 to 4 do {this addItemToBackpack "Chemlight_green";};
  36. for "_i" from 1 to 4 do {this addItemToBackpack "Chemlight_red";};
  37. for "_i" from 1 to 4 do {this addItemToBackpack "Chemlight_yellow";};
  38. this addHeadgear "WIH_ADF_FAST_1_peltor";
  39. this addGoggles "G_Bandanna_khk";
  40.  
  41. comment "Add weapons";
  42. this addWeapon "SMA_AUG_A3_MCAM_F";
  43. this addPrimaryWeaponItem "SMA_ANPEQ15_BLK";
  44. this addPrimaryWeaponItem "FHQ_optic_ACOG";
  45. this addWeapon "ACE_Vector";
  46.  
  47. comment "Add items";
  48. this linkItem "ItemMap";
  49. this linkItem "ItemCompass";
  50. this linkItem "tf_microdagr";
  51. this linkItem "tf_anprc152_4";
  52. this linkItem "ItemAndroid";
  53. this linkItem "SMA_GLASS_Grn_BLACKNV";
  54.  
  55. comment "Set identity";
  56. this setFace "WhiteHead_08";
  57. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement