!759 !include #1003499 // BotChat (new) !include #1003501 // Engine static OccTree2 botTree; static O makeBot(S theme) { L dialogs = loadDialogs(theme); expandDialogs(dialogs); botTree = makeOccTree(dialogs); ret callF(makeBot); } p { substanceLAF("BusinessBlueSteel"); new BotChat(makeBot("What's the date"), "#1003490").preset("What's the date, bot?"); }