Advertisement
Sornin

Cohen Millis

Apr 26th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. comment "Exported from Arsenal by Adnah Cohen";
  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 "rhs_uniform_flora";
  15. this addVest "rhs_6b13_Flora_6sh92_radio";
  16. this addBackpack "rhs_assault_umbts_engineer_empty";
  17. for "_i" from 1 to 6 do {this addItemToBackpack "RH_15Rnd_9x19_M9";};
  18. for "_i" from 1 to 3 do {this addItemToBackpack "HandGrenade";};
  19. this addHeadgear "EWK_CigPack_Helmet2_OCP";
  20. this addGoggles "rhs_balaclava1_olive";
  21.  
  22. comment "Add weapons";
  23. this addWeapon "srifle_DMR_03_khaki_F";
  24. this addPrimaryWeaponItem "ACE_optic_Hamr_2D";
  25. this addWeapon "RH_m9c";
  26. this addWeapon "rhs_tr8_periscope";
  27.  
  28. comment "Add items";
  29. this linkItem "ItemMap";
  30. this linkItem "ItemCompass";
  31. this linkItem "tf_microdagr";
  32. this linkItem "tf_anprc154_1";
  33. this linkItem "O_UavTerminal";
  34. this linkItem "TRYK_balaclava_BLACK_EAR_NV";
  35.  
  36. comment "Set identity";
  37. this setFace "GreekHead_A3_07";
  38. this setSpeaker "Male02PER";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement