loadout_cx-c.sqf 1.8 KB

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