is there a way to have scar look in a co-ord box, and return an integer of what the box has, like a bitmap?
i want my program to be able to look at an area, and know if text has changed in it, but it isnt runescape text.
the text is : 21:55 You have gained a level.
a timer, displays current time, and says i have gained a level.
i want my program to basically say
if ({that text is different than it was last time this was checked}) then
begin
//do stuff. i can handle this part
end;
i just dont know how to make it read the text and look for a change.
thanks in advance!


Reply With Quote











.

