Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. comment "Exported from Arsenal by Agent Tuefel";
  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 "TRYK_U_B_BLKBLK_CombatUniform";
  15. this addVest "TRYK_V_ArmorVest_Delta";
  16. this addHeadgear "TRYK_H_PASGT_BLK";
  17. this addGoggles "TRYK_US_ESS_Glasses_BLK";
  18.  
  19. comment "Add weapons";
  20.  
  21. comment "Add items";
  22. this linkItem "ItemMap";
  23. this linkItem "ItemCompass";
  24. this linkItem "tf_microdagr";
  25. this linkItem "tf_anprc148jem_1";
  26. this linkItem "ItemGPS";
  27. this linkItem "TRYK_balaclava_NV";
  28.  
  29. comment "Set identity";
  30. this setFace "GreekHead_A3_09";
  31. this setSpeaker "Male01GRE";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement