!752 !include #1002900 // Web Chat API - chat.tinybrain.de static S whatWeDoToday = "Englisch lernen!"; p { thread "German Assistant" { printIncoming(); enterRoom(1); changeName("Assistent"); while (loop()) { while (matchQuestion_dropping("Was machen wir heute?", "hallo du ey hey hi assistent sag doch mal mir na ja so yo denn eigentlich und noch alles überhaupt schönes")) answerQuestion(whatWeDoToday); } }}