When I use IsUpText sometimes it is not finding the uptext. Here is the function I use it in, I am, obviously, using it to find a range. Any help is appreciated. Thank you.
- Dusk412
if (IsUpText('range')) then
begin
GetMousePos(x, y);
Mouse(x, y, 0, 0, False);
if (ChooseOption('ooking')) then
begin
FFlag(0);
Result := True;
Write('Found Range');
Exit;
end;
end;



Reply With Quote






insert this whenever you feel like you are just so fed up that you want to waste a few milllion CPU cycles 







