When you type text into a
You need to type the text in
SCAR Code:
'Type text in these so that its pink ^^'
Or you can do a identifier
SCAR Code:
const
MyText = 'PwNZorNooBs 1337 :)'
And use it like
SCAR Code:
FindObjMulti(MyText, color1, color2, color3, tolerance: Integer): Boolean;
And when using FindObj or FindObjMulti I think the text means the characters on the upper-left side of the RS window.
And the color1, color2, color3
here u put the colors u want to search for.
And at the tolerance u put with what tolerance it looks for the color, u got it?
Examples:
SCAR Code:
FindObjMulti(MyText, MyColor1, MyColor2, MyColor3, Tolerance): Boolean;
or
SCAR Code:
FindObjMulti('hicken', 16346, 154456, 192, 7): Boolean;
Hope that helps you!