Void Function NewTextEvent (handle Window, string Text, int Attributes, int FGColor, int BGColor, int Echo, string Frame) if (GetWindowClass(window) == "VTWin32") && (GetScreenEcho() > 0) then SayString(text) EndIf NewTextEvent(Window,Text,Attributes,FGColor,BGColor,Echo,Frame) EndFunction