SCAR Code:
Coal := DTMFromString('78DA632C67646078C48002E4E544187E0169A' +
'00CC37F20606C05B2EE30A00146241248D701593709A8C903B2EE' +
'13509305643D21A02613C87A45404D0E90F58E809A6220EB35116' +
'A3E1350534584394D40D65B026A5A80AC6704D4B403590FF0AB01' +
'003CDE173D');
if not FindDTM(Coal, x, y, 0, 0, 515, 334) then writeLn('Coal not found')
begin
MMouse(x, y, 3, 3);
Wait(400+random(300))
if IsUpText('oal') then
begin
Mouse(x,y, 3, 3, False);
end else WriteLn('Coal not found in bank');
if ChooseOption('draw X') then
begin
Wait(600 + Random(1000));
TypeSend('18');
end else WriteLn('Withdraw X not found');
end;
end.
Like that? Wow, your DTMs are pretty nice, they work fine with out the "if IsUpText('oal') then" but with it, it just says "Coal not found in bank".