//Flush Script file v1.0 1/24/2008 //This file if present in the ClassicGG folder will be //executed when the Flush Cycle has been triggered. //To delay until the end of the flush cycle //un-comment the line below. Delay, 8000 //Wait 8.0 seconds //Open the aux Open, Aux, NoTime//Opens the aux for open state time Delay, 1300 //Close the aux Close, Aux, NoTime //Closes the aux //End of script file