//obtain ores from bank
//
procedure obtainore;
begin
OpenBankQuiet('akb');
depositall;
if (x,y,ore1)then
begin ( <- this is 116)
mouse(x,y,3,3,false);
PopUp('Withdraw X');
wait(750+random(150));
SendText(orenum1+chr(13));
wait(1250+random(500));
end
---------------------------------------
Failed when compiling
Line 116: [Error] (14517:6): Close round expected in script




Reply With Quote

