FIXED
ok, now i having a problem with this while do procedure. i want it to wait until the uptext does NOT match, but it keeps waiting like th uptext is there forever when it really isnt. if you dont understand i can clarify it a bit more for you, but heres my procedure.
it doesnt even click the mouse where i wanted it to go... dont know what the problem is.SCAR Code:while (isuptextmulti('Oak', 'n Oa', 'own O')) do
begin
ftwait(1)
//findhead;
//findent(treec);
//if findent(trec) then break;
if (findnormalrandoms) then break;
end;
begin
mouse(648,83,8,8,true);
wait(2000+random(5000));
end;
thanks
Jr



Reply With Quote
