Hey guys, I just got back into scripting and I have no clue what text this is:
http://i.imgur.com/Yh2tS.png
What type of text is the 'Soft Clay'?
And is a good way of doing this to use:
Simba Code:function SofteningScreen : Boolean;
begin
Result := FindText(x, y, 'clay', {TextType}, MCx1, MCy1, MCx2, MCy2);
end; // ^^ is this the right area to use?
And is using MC, right for the chatbox area?
Thanks,
King of the Nites

