i need help
it worked with scar 3.6 or what ever it was(the last version)
and srl 3.18
now i have scar 3.11 and srl 4.0
now it wont work.........
i need help
it worked with scar 3.6 or what ever it was(the last version)
and srl 3.18
now i have scar 3.11 and srl 4.0
now it wont work.........
SCAR Code:program New;
{.include SRL\SRL.scar}
var
x, y: Integer;
begin
repeat
writeln('Inventory = ' + IntToStr(invcount));
if (FindObj(x, y, 'Min',10790064, 15)) then
writeln('found object');
mouse(x, y, 1, 1, true);
writeln('about to wait');
wait(5000);
until(invfull)
end.
You don't need to include the other two files - they're included by default. Also, FindObj3 isn't a function (from what I saw), so use FindObj instead. Also, ClickMouse either doesn't work or isn't needed. Mouse takes care of it.
:-)
There are currently 1 users browsing this thread. (0 members and 1 guests)