I have a repeat until loop where I want to repeatedly click until it finds a chatbox text.
I have used this IsChatBoxTextAnyLine like this:
Simba Code:until IsChatBoxTextAnyLine(', you may only use', 0);
I think it didnt find because of the color. and I dont know what to put in color. the text is the normal black should I pick the color with the pickcolortool? What if it needs tolerance? There's no option for tolerance?
could anybody help me to find the text?



Reply With Quote











try FindNPCChatText

thats it.

