Ok...im making a script ( Not telling yet what kind of :P ) anyways..
i just cant get the radialwalk to work....this is what i made![]()
SCAR Code:program Walker;
{.include srl/srl.scar}
procedure WalkToMiningPlace;
begin
RadialWalk(6119013, 0, 90, 70, 1, 1)
Mouse(x,y,1,1,true)
RadialWalk(1929843, 90, 180, 70, 1, 1)
Mouse(x,y,1,1,true)
end;
begin
SetupSRL;
WalkToMiningPlace;
end.
it just goes to NW corner..dont know what i did wrong...please tell me..! Thanks.!




Reply With Quote



