Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 KB | None | 0 0
  1. comment "Exported from Arsenal by Seabass";
  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 "U_B_CombatUniform_mcam";
  15. this addVest "V_PlateCarrier1_rgr";
  16. for "_i" from 1 to 4 do {this addItemToVest "30Rnd_556x45_Stanag";};
  17. this addItemToVest "30Rnd_556x45_Stanag_Tracer_Red";
  18. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  19. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  20. this addItemToVest "SmokeShellGreen";
  21. this addItemToVest "SmokeShellBlue";
  22. this addItemToVest "SmokeShellRed";
  23. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_green";};
  24. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_red";};
  25. this addBackpack "B_Kitbag_mcamo";
  26. for "_i" from 1 to 2 do {this addItemToBackpack "30Rnd_556x45_Stanag";};
  27. this addItemToBackpack "tb_mk13_heat";
  28. this addHeadgear "H_HelmetSpecB";
  29.  
  30. comment "Add weapons";
  31. this addWeapon "rhs_weap_m4a1_grip";
  32. this addPrimaryWeaponItem "rhsusf_acc_anpeq15A";
  33. this addPrimaryWeaponItem "rhsusf_acc_ACOG3";
  34. this addWeapon "tb_launcher_mk13";
  35.  
  36. comment "Add items";
  37. this linkItem "ItemMap";
  38. this linkItem "ItemCompass";
  39. this linkItem "ItemWatch";
  40. this linkItem "ACRE_PRC343_ID_1";
  41. this linkItem "NVGoggles_OPFOR";
  42.  
  43. comment "Set identity";
  44. this setFace "WhiteHead_05";
  45. this setSpeaker "Male01ENG";
  46. [this,"tin_sig_indus_75thRR"] call bis_fnc_setUnitInsignia;
  47.  
  48.  
  49. --------------------------------
  50. comment "Exported from Arsenal by Seabass";
  51.  
  52. comment "Remove existing items";
  53. removeAllWeapons this;
  54. removeAllItems this;
  55. removeAllAssignedItems this;
  56. removeUniform this;
  57. removeVest this;
  58. removeBackpack this;
  59. removeHeadgear this;
  60. removeGoggles this;
  61.  
  62. comment "Add containers";
  63. this forceAddUniform "U_B_CombatUniform_mcam";
  64. this addVest "V_PlateCarrier1_rgr";
  65. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  66. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  67. this addItemToVest "SmokeShellGreen";
  68. this addItemToVest "SmokeShellBlue";
  69. this addItemToVest "SmokeShellRed";
  70. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_green";};
  71. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_red";};
  72. for "_i" from 1 to 2 do {this addItemToVest "150Rnd_762x51_Box";};
  73. this addBackpack "B_Kitbag_mcamo";
  74. for "_i" from 1 to 2 do {this addItemToBackpack "tb_150Rnd_762x51_Box_Tracer_red";};
  75. this addHeadgear "H_HelmetSpecB";
  76.  
  77. comment "Add weapons";
  78. this addWeapon "tb_lmg_mk24";
  79. this addPrimaryWeaponItem "acc_pointer_IR";
  80. this addPrimaryWeaponItem "optic_Holosight";
  81.  
  82. comment "Add items";
  83. this linkItem "ItemMap";
  84. this linkItem "ItemCompass";
  85. this linkItem "ItemWatch";
  86. this linkItem "ACRE_PRC343_ID_1";
  87. this linkItem "NVGoggles_OPFOR";
  88.  
  89. comment "Set identity";
  90. this setFace "WhiteHead_05";
  91. this setSpeaker "Male01ENG";
  92. [this,"tin_sig_indus_75thRR"] call bis_fnc_setUnitInsignia;
  93.  
  94. -------------------------------------------------------------
  95. comment "Exported from Arsenal by Seabass";
  96.  
  97. comment "Remove existing items";
  98. removeAllWeapons this;
  99. removeAllItems this;
  100. removeAllAssignedItems this;
  101. removeUniform this;
  102. removeVest this;
  103. removeBackpack this;
  104. removeHeadgear this;
  105. removeGoggles this;
  106.  
  107. comment "Add containers";
  108. this forceAddUniform "U_B_CombatUniform_mcam";
  109. this addVest "V_PlateCarrier1_rgr";
  110. for "_i" from 1 to 2 do {this addItemToVest "HandGrenade";};
  111. for "_i" from 1 to 2 do {this addItemToVest "SmokeShell";};
  112. this addItemToVest "SmokeShellGreen";
  113. this addItemToVest "SmokeShellBlue";
  114. this addItemToVest "SmokeShellRed";
  115. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_green";};
  116. for "_i" from 1 to 2 do {this addItemToVest "Chemlight_red";};
  117. for "_i" from 1 to 4 do {this addItemToVest "30Rnd_556x45_Stanag";};
  118. for "_i" from 1 to 5 do {this addItemToVest "rhs_mag_M433_HEDP";};
  119. this addBackpack "B_Kitbag_mcamo";
  120. for "_i" from 1 to 3 do {this addItemToBackpack "30Rnd_556x45_Stanag_Tracer_Red";};
  121. for "_i" from 1 to 10 do {this addItemToBackpack "rhs_mag_M433_HEDP";};
  122. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_Smoke_Grenade_shell";};
  123. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeRed_Grenade_shell";};
  124. for "_i" from 1 to 2 do {this addItemToBackpack "1Rnd_SmokeGreen_Grenade_shell";};
  125. this addHeadgear "H_HelmetSpecB";
  126.  
  127. comment "Add weapons";
  128. this addWeapon "rhs_m4a1_m320";
  129. this addPrimaryWeaponItem "rhsusf_acc_anpeq15A";
  130. this addPrimaryWeaponItem "rhsusf_acc_ACOG2";
  131.  
  132. comment "Add items";
  133. this linkItem "ItemMap";
  134. this linkItem "ItemCompass";
  135. this linkItem "ItemWatch";
  136. this linkItem "ACRE_PRC343_ID_1";
  137. this linkItem "NVGoggles_OPFOR";
  138.  
  139. comment "Set identity";
  140. this setFace "WhiteHead_05";
  141. this setSpeaker "Male01ENG";
  142. [this,"tin_sig_indus_75thRR"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement