loadout_cr-c.sqf 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. ///////////////////////////////////////////////////////////////
  2. // 501st Legion - Loadout Script
  3. // File: loadout_cr-c.sqf
  4. // By: CC Cruisie
  5. // Creation Date: 01/15/2018
  6. //
  7. // Change Log:
  8. // 1-16-2018: Comment Out therma+
  9. // 2-27-2018: Fixed name of loadout
  10. //
  11. ///////////////////////////////////////////////////////////////
  12. ///////////// /\/ ( ) T E S ///////////////////////////////////
  13. // Place this code in the init.sqf.
  14. // nameofbox addAction ["Clone Cadet Loadout", "scripts\loadouts\infatry\loadout_cr-c.sqf"];
  15. //
  16. // Place this code in the init field of selected unit:
  17. // this disableai "move"; nop = [this] execVM "scripts\loadouts\infatry\loadout_cr-c.sqf";
  18. ///////////////////////////////////////////////////////////////
  19. if (!local _unit) exitWith {};
  20. comment "Exported from Arsenal by CC Cruisie";
  21. comment "Remove existing items";
  22. removeAllWeapons player;
  23. removeAllItems player;
  24. removeAllAssignedItems player;
  25. removeUniform player;
  26. removeVest player;
  27. removeBackpack player;
  28. removeHeadgear player;
  29. removeGoggles player;
  30. comment "Add containers";
  31. player forceAddUniform "SWOP_Clonetrooper_F_CombatUniform";
  32. //player addItemToUniform "ACE_fieldDressing";
  33. //player addItemToUniform "ACE_packingBandage";
  34. //player addItemToUniform "ACE_morphine";
  35. //player addItemToUniform "ACE_tourniquet";
  36. //for "_i" from 1 to 2 do {player addItemToUniform "SWOP_termDet_G";};
  37. player addVest "SWOP_Clonetrooper_armor";
  38. player addHeadgear "SWOP_Clonetrooper_helmet";
  39. player addGoggles "SWOP_Clones_HUD";
  40. comment "Add weapons";
  41. comment "Add items";
  42. player linkItem "ItemMap";
  43. player linkItem "ItemCompass";
  44. player linkItem "tf_microdagr";
  45. player linkItem "tf_anprc152_4";
  46. player linkItem "ItemGPS";
  47. comment "Set identity";
  48. //player setFace "TanoanHead_A3_02";
  49. //player setSpeaker "ace_novoice";