//--------------------------------------------------------------------------------- //--------------------------------------------------------------------------------- //echo ^4Auto ^7Energize ^1Script ^7loaded //echo ^4Press ^7? to ^1UnLoad ^7it //--------------------------------------------------------------------------------- //--------------------------------------------------------------------------------- //bind ? exec Scripts/AutoEnergize/ener01.cfg //Loads the Energizing Script //bind ? exec Scripts/AutoEnergize/ener02.cfg //UnLoads the Energizing Script //--------------------------------------------------------------------------------- //--------------------------------------------------------------------------------- bind w "+forward; force_forcepowerother" //move forward bind a "+moveleft; force_forcepowerother" //strafe left bind s "+back; force_forcepowerother" //move back bind d "+moveright; force_forcepowerother" //strafe right bind space "+moveup; force_forcepowerother" //jump bind c "+movedown; force_forcepowerother" //crouch //--------------------------------------------------------------------------------- //--------------------------------------------------------------------------------- //bind ? "messagemode; exec Scripts/AutoEnergize/ener02.cfg" //chat //bind ? "messagemode2; exec Scripts/AutoEnergize/ener02.cfg" //team chat //bind ? "messagemode3; exec Scripts/AutoEnergize/ener02.cfg" //private chat //--------------------------------------------------------------------------------- //---------------------------------------------------------------------------------