// Functions // exit lineauxC.exit.enter = function () { } // end lineauxC.addSC("end"); lineauxC.end.enter = globalC.exit.enter; // login lineauxC.login.enter = true; { } // no login lineauxC.no.login.enter = true; { } // password lineauxC.password.mustEnter = function(subCNum) { } lineauxC.password.mustHelp = function(subCNum) { } // no password commands_deleteSubCommand("lineauxC.no.password", null, true); lineauxC.no.password.enter = function () { } // interface commands_copyCommand("globalC", "lineauxC", "interface"); lineauxC.interface.descript = null; // line commands_copyCommand("globalC", "lineauxC", "line"); lineauxC.line.descript = null;