How that WaterWalk works? WaterWalk(40, 90, 70, 0, x, y, 0, 0); Cant get it to click, 40 and 90 is radial and 70 is radius, 0 is FFlag, right? What about x, y, and those two 0's?
SCAR Code:program Walking;
{.include SRL/SRL.scar}
var
x, y: Integer;
begin
SetupSRL;
Wait(1000+random(500));
WaterWalk(40, 90, 70, 0, x, y, 0, 0);
end.
It just skips the WaterWalk part, how can i make this line to work?


Reply With Quote


