Hey all,
I'm working on a superheater right now which is coming along pretty well so far, I'm now working on the banking procedure but I hit some sort of bug...
CODE:
SCAR Code:if FindDTM(Ore1DTM, x, y, MIX1, MIY1, MIX2, MIY2) then
begin
Mouse(x, y, 10, 10, False);
Wait(100+random(100));
ChooseOption('Deposit-All');
end;
It is supposed to bank left over ores, but instead its right clicking and then moving the mouse away to close the choose option screen.
I tested with 'Deposit-(All/X,10,5 and 1)' but only 'Deposit-1' worked.
The weird thing is that the same piece of code works just fine when choosing the option 'Withdraw-all'.
Did I hit a bug of some sort? or is it my own fault :P



Reply With Quote









