Advertisement
Guest User

Kit Boba fett

a guest
Jul 24th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. comment "Exported from Arsenal by Frank Kennedy";
  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 "A3LJumperCIDBlack";
  15. for "_i" from 1 to 2 do {this addItemToUniform "KA_axe_blade";};
  16. this addVest "S_VHO_OV_BLK_4";
  17. this addBackpack "invisible_bergen";
  18. this addItemToBackpack "ToolKit";
  19. for "_i" from 1 to 18 do {this addItemToBackpack "hlc_30rnd_556x45_EPR";};
  20. this addItemToBackpack "murshun_cigs_cigpack";
  21. this addItemToBackpack "plp_bo_inv_Cigar";
  22. for "_i" from 1 to 8 do {this addItemToBackpack "pop_kiwi";};
  23. this addItemToBackpack "murshun_cigs_lighter";
  24. for "_i" from 1 to 15 do {this addItemToBackpack "pop_vendas_c";};
  25. this addHeadgear "A3_Servers_BobbaNegro";
  26. this addGoggles "UR_G_Bandanna_Beast_Avi";
  27.  
  28. comment "Add weapons";
  29. this addWeapon "hlc_rifle_Colt727";
  30. this addPrimaryWeaponItem "optic_Hamr";
  31. this addWeapon "KA_axe";
  32. this addWeapon "Binocular";
  33.  
  34. comment "Add items";
  35. this linkItem "ItemMap";
  36. this linkItem "ItemCompass";
  37. this linkItem "Itemwatch";
  38. this linkItem "ItemRadio";
  39. this linkItem "ItemGPS";
  40. this linkItem "SAN_Headlamp_v2";
  41.  
  42. comment "Set identity";
  43. this setFace "TanoanHead_A3_02";
  44. this setSpeaker "male01gre";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement