|
Yokito Newbie
Joined: 20 Jan 2006 Posts: 5
|
Posted: Fri Jan 20, 2006 7:29 am
Recording how long a bot run takes. |
Is it possible to record how long a bot run takes? I wanna see if I start getting stronger, which I can tell by how fast I can demolish an area with my bot. Thank you
|
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Jan 20, 2006 1:52 pm |
In Help "Predefined Variables" there is %ctime:
%ctime the number of seconds you have been connected to the MUD
When you start your area demolisher add this to something that marks a start with:
#VAR V_AreaDemolisher_TimeTaken %ctime
When you are finished demolishing add this to something that marks the end with:
#ECHO Time taken to demolish %eval((%ctime-@V_AreaDemolisher_TimeTaken)/60) mintues. |
|
|
|
Yokito Newbie
Joined: 20 Jan 2006 Posts: 5
|
Posted: Fri Jan 20, 2006 8:05 pm Wooo |
It worked, thank you so much!
|
|
|
|
|
|