|
...{chris}... Novice
Joined: 11 Apr 2005 Posts: 31 Location: Yucaipa, Ca
|
Posted: Wed Apr 27, 2005 9:05 pm
Time on counter |
Hello, Id like to get a script going that would keep the total time I've been connected to my mud, save in a variable (@timeon). Thanks for the help.
-Chris |
|
_________________ My signature is better than yours. |
|
|
|
Hazmeech Novice
Joined: 27 Mar 2005 Posts: 31
|
Posted: Wed Apr 27, 2005 9:40 pm |
Your connection time in seconds is available at any time through the %ctime predefined variable
#ALIAS checktime {timeon = %format( 2, %eval( %float( %ctime)/60))
#ECHO Connected @timeon minutes}
enter that in the command line and type checktime |
|
|
|
...{chris}... Novice
Joined: 11 Apr 2005 Posts: 31 Location: Yucaipa, Ca
|
Posted: Thu Apr 28, 2005 3:58 am |
Thanks.
-Chris |
|
_________________ My signature is better than yours. |
|
|
|
|
|