I am getting this error:
[Runtime Error] : divide by Zero in line 80 in script C:\Program Files\SCAR 3.11\includes\SRL/SRL/Core/Mouse.scar.
Help?
For easy reference:
randSpeed:= (random(MouseSpeed) / 2.0 + MouseSpeed) / 10.0;
getMousePos(cx,cy);
x:= x + random(rx);
y:= y + random(ry); ---(This is line 80)---
WindMouse(cx,cy,x,y,9.0,3.0,10.0/randSpeed,15.0/randSpeed,10.0*randSpeed,10.0*randSpeed);





