i'm making a script to Kill cows and bank in fally east bank, in the beggining, making my walking procedures now, but everytime i try to test, scar and my rs client lags and logs my player out..i've tried both internet explorer with runescape up, and used SCSS, happens with both
also, anyone know where to find the declareplayers form? usually i just steal it from other scripts, but there has to be an easier way to find it
EDIT: added the script, even though i don't think its the script thats the problem
SCAR Code:
program New;
{.include srl/srl.scar}
var
x,y: integer;
procedure ToPen;
begin
repeat
radialwalk(7372685,180,250,65,1,1);
until(findsymbolin(x,y,'tree',628,8,704,165));
end;
procedure ToBank;
begin
end;
begin
SetupSRL;
activateclient;
ToPen;
end.