Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. comment "Exported from Arsenal by CT-9071 "Hermit"";
  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 "SWOP_CloneOf_med_F_CombatUniform";
  15. this addItemToUniform "ACE_Flashlight_XL50";
  16. this addItemToUniform "ACE_MapTools";
  17. for "_i" from 1 to 5 do {this addItemToUniform "ACE_packingBandage";};
  18. for "_i" from 1 to 2 do {this addItemToUniform "ACE_salineIV";};
  19. for "_i" from 1 to 3 do {this addItemToUniform "ACE_salineIV_250";};
  20. for "_i" from 1 to 2 do {this addItemToUniform "ACE_salineIV_500";};
  21. for "_i" from 1 to 6 do {this addItemToUniform "SWOP_DC17Pistol_Mag";};
  22. this addItemToUniform "SWOP_bacta_G";
  23. for "_i" from 1 to 2 do {this addItemToUniform "ACE_Chemlight_HiWhite";};
  24. this addVest "SWOP_ScaVestS";
  25. for "_i" from 1 to 5 do {this addItemToVest "ACE_tourniquet";};
  26. this addItemToVest "ACE_salineIV";
  27. for "_i" from 1 to 2 do {this addItemToVest "ACE_salineIV_250";};
  28. for "_i" from 1 to 3 do {this addItemToVest "ACE_salineIV_500";};
  29. for "_i" from 1 to 10 do {this addItemToVest "ACE_morphine";};
  30. for "_i" from 1 to 10 do {this addItemToVest "ACE_epinephrine";};
  31. for "_i" from 1 to 7 do {this addItemToVest "SWOP_DC17Pistol_Mag";};
  32. this addItemToVest "ACE_Chemlight_HiWhite";
  33. this addHeadgear "SWOP_Cloneofficer_capM";
  34.  
  35. comment "Add weapons";
  36. this addWeapon "SWOP_DC17Pistol";
  37.  
  38. comment "Add items";
  39. this linkItem "ItemMap";
  40. this linkItem "ItemCompass";
  41. this linkItem "tf_microdagr";
  42. this linkItem "tf_anprc148jem_1";
  43. this linkItem "ItemGPS";
  44.  
  45. comment "Set identity";
  46. this setFace "Head_Fett5";
  47. this setSpeaker "ace_novoice";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement