Ok so basicaly I don't get why my script is doing this
It finds the banker and then it right clicks but then it selects the option Talk-to not Bank??Simba Code:Function BankFish:Boolean;
var
x,y: Integer;
begin
x:=MSCX
y:=MSCY
if FindObjTPA(x,y,Banker,5,1,5,25,20, ['lk-to']) then
begin
WriteLn('Found Banker...clicking');
begin
Mouse(x,y,5,5,False);
ChooseOption('Bank');
end;
end;
end;
Why is it doing this sorry I'm still a uber noob scripter
SOLVED



Reply With Quote





