I need to figure out a way to make a
if statement
about the chatbox, I need to know when it says item out of stock
so that i can create the if statement to end when item is out of stock help please?
I need to figure out a way to make a
if statement
about the chatbox, I need to know when it says item out of stock
so that i can create the if statement to end when item is out of stock help please?
So i have all the mouse movements for when the script is buying what i need is
ex.
1=Exists
0=empty
Stock =1
Well= GetChatBoxText(i,clBlack);
If Well has: this item is out of stock
Stock =0
else
Stock = 1
get it?
and then if stock =1 it repeats
You could try something like if InChat(':') then, instead of using GetChatBoxText. Or you could do if FindChatBoxText(':', 0, clBlack) then, if you need to search a specific line.
There are currently 1 users browsing this thread. (0 members and 1 guests)