Browse Source

Cruisie Loadout

Uploaded the CC Loadout - will have others later, no one better remove this code.
Travis Thoene 6 years ago
parent
commit
14d21bd573
1 changed files with 56 additions and 0 deletions
  1. 56 0
      Scripts/loadouts/infatry/loadout_cc.sqf

+ 56 - 0
Scripts/loadouts/infatry/loadout_cc.sqf

@@ -0,0 +1,56 @@
+///////////////////////////////////////////////////////////////
+// 501st Legion - Loadout Script
+// File: loadout_cc.sqf
+// By: CC Cruisie
+// Creation Date: 01/15/2018
+// 
+// Change Log:
+// 1-16-2018: Comment Out therma+
+//
+///////////////////////////////////////////////////////////////
+///////////// /\/ ( ) T E S ///////////////////////////////////
+// Place this code in the init.sqf.
+// nameofbox addAction ["Clone Commander Loadout", "scripts\loadouts\infatry\loadout_cc.sqf"];
+//
+// Place this code in the init field of selected unit:
+// this disableai "move"; nop = [this] execVM "scripts\loadouts\infatry\loadout_cc.sqf";
+///////////////////////////////////////////////////////////////
+
+if (!local _unit) exitWith {};
+
+comment "Exported from Arsenal by CC Cruisie";
+
+comment "Remove existing items";
+removeAllWeapons player;
+removeAllItems player;
+removeAllAssignedItems player;
+removeUniform player;
+removeVest player;
+removeBackpack player;
+removeHeadgear player;
+removeGoggles player;
+
+comment "Add containers";
+player forceAddUniform "SWOP_Clonetrooper_501jesse_F_CombatUniform";
+//player addItemToUniform "ACE_fieldDressing";
+//player addItemToUniform "ACE_packingBandage";
+//player addItemToUniform "ACE_morphine";
+//player addItemToUniform "ACE_tourniquet";
+//for "_i" from 1 to 2 do {player addItemToUniform "SWOP_termDet_G";};
+player addVest "SWOP_Clonetrooper_P2_501_armorkama_officer";
+player addHeadgear "SWOP_Clonetrooper_501dino_helmet";
+player addGoggles "SWOP_Clones_HUD";
+
+comment "Add weapons";
+
+comment "Add items";
+player linkItem "ItemMap";
+player linkItem "ItemCompass";
+player linkItem "tf_microdagr";
+player linkItem "tf_anprc152_4";
+player linkItem "ItemGPS";
+player linkItem "SWOP_cosir4f";
+
+comment "Set identity";
+//player setFace "TanoanHead_A3_02";
+//player setSpeaker "ace_novoice";