Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. comment "Remove existing items";
  2. removeAllWeapons this;
  3. removeAllItems this;
  4. removeAllAssignedItems this;
  5. removeUniform this;
  6. removeVest this;
  7. removeBackpack this;
  8. removeHeadgear this;
  9. removeGoggles this;
  10.  
  11. comment "Add containers";
  12. this forceAddUniform "TRYK_U_B_ODTANR_CombatUniformTshirt";
  13. this addVest "TRYK_V_ArmorVest_coyo";
  14. this addBackpack "B_AssaultPack_Kerry";
  15. this addHeadgear "H_HelmetSpecB_blk";
  16. this addGoggles "Mask_M50";
  17.  
  18. comment "Add weapons";
  19. this addWeapon "R3F_JIM_LR_DES";
  20.  
  21. comment "Add items";
  22. this linkItem "ItemMap";
  23. this linkItem "tf_anprc152_5";
  24. this linkItem "NVGoggles_OPFOR";
  25.  
  26. comment "Set identity";
  27. this setFace "WhiteHead_19";
  28. this setSpeaker "Male01GRE";
  29. [this,"MANW"] call bis_fnc_setUnitInsignia;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement