Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. comment "Exported from Arsenal by C. Harris";
  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 "G3_CU_MTP";
  15. this addItemToUniform "H_Watchcap_camo";
  16. for "_i" from 1 to 4 do {this addItemToUniform "ACE_morphine";};
  17. for "_i" from 1 to 5 do {this addItemToUniform "ACE_fieldDressing";};
  18. this addVest "lbt_operator_coy";
  19. for "_i" from 1 to 4 do {this addItemToVest "ACE_fieldDressing";};
  20. for "_i" from 1 to 3 do {this addItemToVest "ACE_morphine";};
  21. this addItemToVest "SmokeShell";
  22. this addItemToVest "SmokeShellGreen";
  23. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_green";};
  24. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  25. for "_i" from 1 to 3 do {this addItemToVest "RH_15Rnd_9x19_SIG";};
  26. this addItemToVest "RH_60Rnd_556x45_M855A1";
  27. this addBackpack "TRYK_B_AssaultPack_Type2camo";
  28. this addItemToBackpack "ItemcTabHCam";
  29. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_fieldDressing";};
  30. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_morphine";};
  31. this addItemToBackpack "ACE_bloodIV";
  32. this addItemToBackpack "ACE_Flashlight_MX991";
  33. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_CableTie";};
  34. this addItemToBackpack "ACE_MapTools";
  35. this addItemToBackpack "ACE_EarPlugs";
  36. this addItemToBackpack "ACE_IR_Strobe_Item";
  37. for "_i" from 1 to 4 do {this addItemToBackpack "SmokeShell";};
  38. for "_i" from 1 to 2 do {this addItemToBackpack "Chemlight_green";};
  39. for "_i" from 1 to 5 do {this addItemToBackpack "RH_60Rnd_556x45_M855A1";};
  40. this addHeadgear "crye_airframe_tan_AF_VAS_Pelt";
  41. this addGoggles "TRYK_kio_balaclava_ESS";
  42.  
  43. comment "Add weapons";
  44. this addWeapon "RH_M27IAR_des";
  45. this addPrimaryWeaponItem "RH_fa556_des";
  46. this addPrimaryWeaponItem "rhsusf_acc_anpeq15";
  47. this addPrimaryWeaponItem "RH_ta31rmr_tan";
  48. this addWeapon "RH_p226";
  49. this addHandgunItem "RH_suppr9";
  50. this addHandgunItem "RH_X300";
  51. this addWeapon "lerca_1200_black";
  52.  
  53. comment "Add items";
  54. this linkItem "ItemMap";
  55. this linkItem "ItemCompass";
  56. this linkItem "tf_microdagr";
  57. this linkItem "tf_anprc152_2";
  58. this linkItem "ItemAndroid";
  59. this linkItem "rhsusf_ANPVS_15";
  60.  
  61. comment "Set identity";
  62. this setFace "WhiteHead_11";
  63. this setSpeaker "ACE_NoVoice";
  64. [this,"USP_PATCH_USA_STATE_VA_FLAG_TAN"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement