Ok, so ive been trying to work on my own script, but every tutorial ive looked explains it, but not if it doesnt compile or something. im trying to get RW and RRW down, but every function i make, doesnt compile, and when i try to fix it something else pops up. I'm in need of some professional help, please. Anyone that will guide me on the journey.
Edit: sorry, didnt think think about the JuKKa
here is my walk function, dont know if it right or not, but this is the way its pushing me.
please don't laugh at me![]()
SCAR Code:function RadialWalk(TheColor: Integer; StartRadial, EndRadial: Integer Radius: Integer; Xmod, Ymod: Integer): Boolean;
begin
function FindSymbol(var rx, ry: Integer; Name: String): Boolean;
end;
begin
RadialWalk(1718365, 270, 50, 50, 0, 0);
until FindSymbol(x, y, 'tree');
end.



Reply With Quote















