I need to use SymbolAccuracy for a symbol, obviously. I'm trying to use it, but it says variable expected.
SCAR Code:procedure WTB;
var
x, y : integer;
SymbolAccuracy : extended;
begin
SymbolAccuracy := 0.6;
if(FindSymbol( 2, 2, 'bank'))then
begin
SymbolAccuracy := 0.8;
Mouse( x, y, 2, 2, true);
end;
end;
I'm getting better at this stoof.




Reply With Quote



I don't play runescape. I auto it






