For the find ent at the top of the script include srl wooducting e.g:
SCAR Code:
Program New;
{.Include srl/srl.scar}
{.include srl/srl/skill/woodcutting.scar}
Then when your cutting you can do:
SCAR Code:
If findcolor (treecolor) then
Begin
MMouse(x,y,1,1)
FindEnt(x,y,true) // True := Run away if find ent true for yes or false for no
Mouse(x,y,6,4,true)
end;
And blah blah blah...
Theres alot more errors in there but when you get to my stage you should be able to improve this alot
.
Good first script keep on learning and you'll make a scripter level in no time