
Originally Posted by
goreguy11
What if I just wanted to check if there was any change at all in the chat window, like if someone said anything in the public chat.
I've never used it before, but I believe you use:
Simba Code:
{*******************************************************************************
function GetLastChatText(var chat: String): Boolean;
By: masquerader / Wizzup?
Description: Returns true if blue chat text was found
*******************************************************************************}
You could check what this function returns, and if it's different to the last result, you'll know someone said something new!