Advertisement
Guest User

Ghost JTAC

a guest
Aug 28th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. comment "Exported from Arsenal by MAJ playdoh";
  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. for "_i" from 1 to 4 do {this addItemToUniform "ACE_CableTie";};
  16. this addItemToUniform "ACE_EarPlugs";
  17. for "_i" from 1 to 3 do {this addItemToUniform "SmokeShell";};
  18. for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellBlue";};
  19. for "_i" from 1 to 2 do {this addItemToUniform "SmokeShellGreen";};
  20. for "_i" from 1 to 2 do {this addItemToUniform "Chemlight_blue";};
  21. for "_i" from 1 to 2 do {this addItemToUniform "Chemlight_green";};
  22. this addItemToUniform "Chemlight_yellow";
  23. this addItemToUniform "SmokeShellRed";
  24. this addItemToUniform "SmokeShellPurple";
  25. this addItemToUniform "SmokeShellOrange";
  26. for "_i" from 1 to 2 do {this addItemToUniform "MiniGrenade";};
  27. for "_i" from 1 to 2 do {this addItemToUniform "Chemlight_red";};
  28. this addItemToUniform "Laserbatteries";
  29. this addVest "ASF_Vest_Grn_Comms";
  30. for "_i" from 1 to 7 do {this addItemToVest "SMA_30Rnd_556x45_M855A1";};
  31. for "_i" from 1 to 2 do {this addItemToVest "CUP_7Rnd_45ACP_1911";};
  32. for "_i" from 1 to 2 do {this addItemToVest "SmokeShellBlue";};
  33. this addBackpack "tf_rt1523g_big_rhs";
  34. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_elasticBandage";};
  35. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_quikclot";};
  36. for "_i" from 1 to 2 do {this addItemToBackpack "ACE_morphine";};
  37. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_packingBandage";};
  38. for "_i" from 1 to 3 do {this addItemToBackpack "ACE_tourniquet";};
  39. for "_i" from 1 to 4 do {this addItemToBackpack "1Rnd_Smoke_Grenade_shell";};
  40. for "_i" from 1 to 2 do {this addItemToBackpack "B_IR_Grenade";};
  41. for "_i" from 1 to 4 do {this addItemToBackpack "ACE_M84";};
  42. for "_i" from 1 to 3 do {this addItemToBackpack "1Rnd_SmokeBlue_Grenade_shell";};
  43. for "_i" from 1 to 5 do {this addItemToBackpack "1Rnd_SmokePurple_Grenade_shell";};
  44. for "_i" from 1 to 3 do {this addItemToBackpack "1Rnd_SmokeRed_Grenade_shell";};
  45. this addHeadgear "WIH_ADF_FAST_1_peltor";
  46. this addGoggles "G_Bandanna_khk";
  47.  
  48. comment "Add weapons";
  49. this addWeapon "SMA_AUG_EGLM_Olive";
  50. this addPrimaryWeaponItem "SMA_supp2BOD_556";
  51. this addPrimaryWeaponItem "SMA_ANPEQ15_BLK";
  52. this addPrimaryWeaponItem "FHQ_optic_ACOG";
  53. this addWeapon "CUP_hgun_Colt1911";
  54. this addHandgunItem "muzzle_snds_acp";
  55. this addWeapon "CUP_SOFLAM";
  56.  
  57. comment "Add items";
  58. this linkItem "ItemMap";
  59. this linkItem "ItemCompass";
  60. this linkItem "tf_microdagr";
  61. this linkItem "tf_anprc152_3";
  62. this linkItem "ItemcTab";
  63. this linkItem "SMA_GLASS_Grn_BLACKNV";
  64.  
  65. comment "Set identity";
  66. this setFace "WhiteHead_20";
  67. this setSpeaker "ACE_NoVoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement