I am making an Air Runner (Well, I already made one, but that thing was crap, and I put it together over a few hours...) for World 16.
I want to use the yew tree symbol on the westmost part of the minimap, but sometimes it goes to the yew tree symbol on the eastmost part. I want to know if there is a way to prevent this, and one other thing.
Maybe it's something I did, but when I do use the FindSymbol function, it clicks on the symbol, then on the tree.
I used it like this
SCAR Code:
Procedure blahblah;
begin
if FindSymbol(x,y,'tree') then
Mouse(x,y,1,1,true);
end;