Hi Everyone! This is my second script so don't expect anything huge and perfectly working still i won't lie I spent about 9h making this script and to my mind its a lot for a gnome agility course runner 
REQUIREMENTS:
It requires Reflection if you don't have it just use this great tutorial to setup reflection - http://www.villavu.com/forum/showthread.php?t=33416
INSTALLATION:
simple as always fill out lines 16 to 23 and you're set!
SCAR Code:
procedure DeclareVars;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := ''; // Account name
Players[0].Pass := '';// user pass
Players[0].Nick := '';//3 letters in username, not the first letter
Players[0].Active := True;
world := ''; // 'world142', 'world137' etc
sleep_b := True; // set True or False if you would like to rest your character after a few laps
sleep_after := 7 //set after how many runned laps you would like to rest only works if sleep is True
time_to_sleep := 1 // time to sleep in minutes only works if sleep is True
laps := 0;
end;
FLAWS:
1)Lets just say it's not the fastest course runner 
2)Second counter counts up to 99 not 59, found it out after uploading this script so... yeaaah
Please post proggies
!
My proggie:
|*********************************************
| Gnome Agility Runner by Janziz
|_____________________________________________
| Laps Done: 25
| Total Time: 30:45
| Gained 2175 exp!
|_____________________________________________