Advertisement
Guest User

DFSW Gunner

a guest
Aug 28th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 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. this addVest "ASF_Vest_Grn_Pouchless";
  19. for "_i" from 1 to 3 do {this addItemToVest "ACE_tourniquet";};
  20. for "_i" from 1 to 2 do {this addItemToVest "ACE_morphine";};
  21. for "_i" from 1 to 2 do {this addItemToVest "MiniGrenade";};
  22. this addBackpack "ASF_Tortilla_AMCU";
  23. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_quikclot";};
  24. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_packingBandage";};
  25. for "_i" from 1 to 15 do {this addItemToBackpack "ACE_elasticBandage";};
  26. for "_i" from 1 to 3 do {this addItemToBackpack "CUP_100Rnd_TE4_LRT4_White_Tracer_762x51_Belt_M";};
  27. this addHeadgear "WIH_ADF_FAST_1";
  28. this addGoggles "G_Bandanna_khk";
  29.  
  30. comment "Add weapons";
  31. this addWeapon "CUP_lmg_M240";
  32. this addWeapon "ACE_Vector";
  33.  
  34. comment "Add items";
  35. this linkItem "ItemMap";
  36. this linkItem "ItemCompass";
  37. this linkItem "tf_microdagr";
  38. this linkItem "tf_anprc152_6";
  39. this linkItem "ItemGPS";
  40. this linkItem "SMA_GLASS_Grn_BLACKNV";
  41.  
  42. comment "Set identity";
  43. this setFace "WhiteHead_08";
  44. this setSpeaker "ACE_NoVoice";
  45. [this,"WIH_AusCorp_Insig"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement