!752 p-substance { // pretty look&feel kevin(""); // Pre-initialize Kevin makeBot("Dual Speak Bot. Have the phone ready! [Install app-allperms.tinybrain.de, click \"Start Awareness\" in the app and turn on \"USB Tethering\"]"); consoleInputField().setText("Type here to make us speak!"); swingLater(50, r { consoleInputField().selectAll(); }); centerBigConsole(); } sS answer(final S s) { sendToPhone("say in english *", s); kevin(s); ret "OK"; }