Im experiencing some trouble making a successfuly walk path from the general store to the trees in the farwest. What suggestions do you have?
I tried to use the following code but found the water symbol strayed to far and i ended up stranded.
SCAR Code:if(FindSymbol(x,y,'water'))then
Begin
Mouse(x,y,2,2,true);
Flag;
If(FindSymbol(x,y,'store'))then
Begin
Mouse(x,y,2,2,true);
Flag;
end;
end;





Reply With Quote
