I'm making willow chopper/lighter...
How can i make it to walk in to spot where i want? It have to go correct spot, so there is enought space to light all logs. Witch function would be the best.
thats what i made but its pretty bad and its not working..SCAR Code:procedure walktolightingspot;
begin
if(invfull)then
begin
if (FindColorSpiralTolerance(x, y, Grasscolor, MMX1, MMY1, MMX2, MMY2, 5))then
Mouse(x, y, 0, 0,true);
end;



Reply With Quote














