ok...the end result of this will be a script that can be controlled remotely with certain commands...but i can't even get the program to read chats...some help please...Code:program readertest;
{.include SRL/SRL.Scar}
begin
SetUpSRL;
writeln(GetNewChatMsg);
end.
