Simba Code:{$i srl/srl.simba}
procedure test;
begin
Writeln('Testing spot');
Wait(Random(1000));
begin
RadialWalkTolerance(4288107, 1, 90, 72, 80, 80, 25);
Wait(RandomRange(800, 1200));
end;
end;
begin
SetupSRL;
ActivateClient;
test;
end.
So I am using the test script from above, and I hit play and it does nothing, umm are some of my numbers wrong here?
Simba Code:90, 72, 80, 80, 25);
I'm trying to use this on rs07 btw




Reply With Quote











