im trying to write a script that will get the played from Fally west bank to the short cut just west but even with a SymbolAccuracy of 0.1 yet it still doesn't pick it up i have tried updating symbol.scar with the latest img of the shortcut symbol and still doesnt work?
SCAR Code:SymbolAccuracy := 0.1;
if (FindSymbol(x, y, 'short cut')) then
begin
Mouse(x, y, 1, 1, True);
Writeln('Found the crumbling wall shortcut, Looking for action marker.......');
end else Writeln('Could not find crumbling wall!!');
SymbolAccuracy := 0.8;
is there anyother way i can find the shortcut?


Reply With Quote







