// Zeus control panel by Nam and Rexi namZeusPanelHermes={ params["_objToPlacePanelsOn"]; //makes him handcuffed ([_objToPlacePanelsOn,true] call ace_captives_fnc_setHandcuffed); removeGoggles _objToPlacePanelsOn; _objToPlacePanelsOn AddUniform "SWOP_CloneOf_red_F_CombatUniform"; _objToPlacePanelsOn Addheadgear "SWOP_Cloneofficer_capR"; _objToPlacePanelsOn allowdamage false; //Westworld Meme _objToPlacePanelsOn addAction [" Whats this scroll wheel about ?? ", { hint "Doesn'T Look Like Anything To Me"; },[1],0,false,true,"","_target == _this"];//end _objToPlacePanelsOn addAction ["Receive Hermes Blessing", { params["_this","_user"]; //Hermes Control Panel _user addAction [" Hermes Control Panel", { hint "REeeE-CC Euler Euler stop ReeEeEing--CC Angel Angle 2k18"; },[1],0,false,true,"","_target == _this"];//end //Help Command _user addAction ["Help", { hint "Actions below only work on existing vehicles/objects/infantry any vehicles/objects/infantry spawned after the action will be default"; },[1],0,false,true,"","_target == _this"];//end //Spacer _user addAction [" ---Zeus Vehicles-----", { },[1],0,false,true,"","_target == _this"];//end //Removes AAT's AI Coxial turrets _user addAction ["Remove AAT AI Coxial Turret ", { [] execVM (landBasedQuick+aatPath+aatCoax); },[1],0,false,true,"","_target == _this"];//end /* //Makes spawned AAT's Blue and gray _user addAction ["Make Spawned AAT's Blue Variant", { [] execVM(landBasedQuick+aatPath+aatRetext); },[1],0,false,true,"","_target == _this"];//end */ //Converts Praetorian to star wars _user addAction ["Converts Praetorian to star wars (CIS Colours)", { [] execVM (landBasedQuick+praetorianPath+praetorian); },[1],0,false,true,"","_target == _this"];//end /* //Seriously buffs the Homing Spider Droids with Titan AA missles and Rebel Laser Gun removes standard guns _user addAction ["Add AA Missles + better gun to Spider Droids ", { [] execVM (landBasedQuick+homingSpiderDroidPath+homingspiderdroid); },[1],0,false,true,"","_target == _this"];//end */ //Spacer _user addAction [" ---Zeus Infantry-----", { },[1],0,false,true,"","_target == _this"];//end //Switch camo droids to Snow _user addAction ["Switch B1 CAMO droids to Snow Camo", { [] execVM (b1Quick+b1Snow); },[1],0,false,true,"","_target == _this"];//end //Switch camo droids to Forest _user addAction ["Switch B1 CAMO droids to Forest Camo", { [] execVM (b1Quick+b1Forest); },[1],0,false,true,"","_target == _this"];//end //Switch camo droids to Forest _user addAction ["Switch Specs op to black", { [] execVM (root+aiBased+factionBased+opforFac+cis+soblack); },[1],0,false,true,"","_target == _this"];//end //Switch B1 Secondary to AA _user addAction ["Switch B1 Secondary to AA", { [] execVM (b1Quick+b1AA); },[1],0,false,true,"","_target == _this"];//end /* - Disabled for debugging //Activate Phantom Protocol _user addAction ["Activate Phantom Protocol", { [] execVM "scripts\zeus3denScripts\aiBased\factionBased\opfor\cis\Magma\Phantom.sqf"; },[1],0,false,true,"","_target == _this"];//end */ //Spacer _user addAction [" ---Players-----", { },[1],0,false,true,"","_target == _this"];//end /* //Removes Thermals from players _user addAction ["Removes Thermals from players", { [] execVM (playedBasedItemsQuick+removeThermal); },[1],0,false,true,"","_target == _this"];//end //Adds Thermals back to players _user addAction ["Adds Thermals back to players", { [] execVM (playedBasedItemsQuick+addThermal); },[1],0,false,true,"","_target == _this"];//end */ //Removes maps and GPS' from players _user addAction ["Removes maps and gps' from players", { [] execVM (playedBasedItemsQuick+removeMapGPS); },[1],0,false,true,"","_target == _this"];//end //Adds maps and GPS' back to players _user addAction ["Add maps and gps' back to players", { [] execVM (playedBasedItemsQuick+addMapGPS); },[1],0,false,true,"","_target == _this"];//end //remove NVGS from troopers _user addAction ["Remove NVGS from troopers", { [] execVM (playedBasedItemsQuick+removeNVG); },[1],0,false,true,"","_target == _this"];//end //Adds nvgs back _user addAction ["Add NVGS to troopers", { [] execVM (playedBasedItemsQuick+addNVG); },[1],0,false,true,"","_target == _this"];//end "thunder_1" remoteExec ["playSound"];"thunder_1" remoteExec ["playSound"]; [_user,format["%1 Has received the blessing of Hermes %2 (Additional Zeus powers activated)",(name _user),time]] remoteExec ["sideChat", 0]; "Hermes has a message for you! Having FPS problems mid op? try 'Shift+numpadminus then type 'Flush'' will help in some circumstances!" remoteExec ["hint", -2]; deleteVehicle _this select 0; }]; }; ["B_Protagonist_VR_F", "init",namZeusPanelHermes, true, [], true] call CBA_fnc_addClassEventHandler;