I see the MouseHandler is out of date then so I'll attach the newest I have to the OP. I'll also include that you must have no fish when first starting this script, as well as a link on where to get the newest SPS. I thought that wouldn't be needed seeing as how it was supposed to already be pushed in the updater by now; I guess it wasn't.
Edit:
So if you're having compile errors with the "AL_SetMouseSpeed" be sure to replace your current MouseHandler.simba with the one I just uploaded to the OP.

Originally Posted by
Ollybest
Any angle SPS.... nice!
Edit: Mind if I use your InToStrEx? neater progress reports :P
Yeah go ahead, but I recently found out (while trying to get this function included in SRL) that there already is a function for that: "function GrougDigits(n: Integer; token: String): String;".
Simba Code:
{$I SRL/SRL.Simba}
Const
TheInt = 19320309;
begin
Writeln(GroupDigits(TheInt, ','));
end.