Is there a function that scans for a certain phrase in the text box?
Help!!!
Is there a function that scans for a certain phrase in the text box?
Help!!!
Formerly known as Cut em2 it
kind of, you have to find out where the blue pixels are in the text you want, then have a trigger that starts when it finds the pixels
function InChat(Text: String): Boolean;
Use is as
if InChat('Dog Shit') then
begin
Writeln('yay found dog shit in chat box');
end else
Writeln(Noo');
Thanks BobboHobbo, I'll credit you in my next script.
Formerly known as Cut em2 it
There are currently 1 users browsing this thread. (0 members and 1 guests)