Advertisement
ItsRit

2/23 Desert PLTCO

Aug 27th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. comment "Exported from Arsenal by 2ndLt C. Hannibal";
  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 "rhs_uniform_FROG01_d";
  15. this addItemToUniform "ACE_CableTie";
  16. for "_i" from 1 to 2 do {this addItemToUniform "ACE_fieldDressing";};
  17. for "_i" from 1 to 2 do {this addItemToUniform "ACE_quikclot";};
  18. this addItemToUniform "ACE_morphine";
  19. this addItemToUniform "ACE_epinephrine";
  20. for "_i" from 1 to 3 do {this addItemToUniform "rhs_mag_30Rnd_556x45_Mk318_Stanag";};
  21. this addVest "rhsusf_spc_squadleader";
  22. for "_i" from 1 to 4 do {this addItemToVest "ACE_elasticBandage";};
  23. for "_i" from 1 to 4 do {this addItemToVest "ACE_packingBandage";};
  24. this addItemToVest "ACE_Flashlight_XL50";
  25. this addItemToVest "ACE_IR_Strobe_Item";
  26. this addItemToVest "H_Watchcap_cbr";
  27. this addItemToVest "ACE_CableTie";
  28. this addItemToVest "rhsusf_ANPVS_14";
  29. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  30. for "_i" from 1 to 5 do {this addItemToVest "SmokeShell";};
  31. this addItemToVest "SmokeShellGreen";
  32. for "_i" from 1 to 2 do {this addItemToVest "rhs_mag_30Rnd_556x45_Mk262_Stanag";};
  33. this addBackpack "tf_rt1523g_black";
  34. this addItemToBackpack "ACE_MapTools";
  35. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_packingBandage";};
  36. for "_i" from 1 to 6 do {this addItemToBackpack "ACE_quikclot";};
  37. this addItemToBackpack "ACE_tourniquet";
  38. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_morphine";};
  39. this addItemToBackpack "ACE_epinephrine";
  40. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_fieldDressing";};
  41. this addItemToBackpack "ACE_SpraypaintBlue";
  42. this addItemToBackpack "ACE_SpraypaintRed";
  43. for "_i" from 1 to 4 do {this addItemToBackpack "rhs_mag_30Rnd_556x45_Mk262_Stanag";};
  44. for "_i" from 1 to 4 do {this addItemToBackpack "rhs_mag_m18_green";};
  45. for "_i" from 1 to 2 do {this addItemToBackpack "rhs_mag_m18_red";};
  46. this addHeadgear "rhsusf_mich_helmet_marpatd_alt_headset";
  47. this addGoggles "G_Spectacles_Tinted";
  48.  
  49. comment "Add weapons";
  50. this addWeapon "rhs_weap_m4a1_carryhandle";
  51. this addPrimaryWeaponItem "rhsusf_acc_ACOG";
  52. this addWeapon "Laserdesignator";
  53.  
  54. comment "Add items";
  55. this linkItem "ItemMap";
  56. this linkItem "ItemCompass";
  57. this linkItem "ItemWatch";
  58. this linkItem "tf_anprc152_23";
  59. this linkItem "ItemGPS";
  60.  
  61. comment "Set identity";
  62. this setFace "WhiteHead_20";
  63. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement