Timers

Posted by Mordikar on Sat 14 Feb 2004 03:56 AM — 2 posts, 12,558 views.

#0
Wow, it seems not many people have asked this :P

How could I use a MUSH timer [Weither it be a MUSH timer, or some thing that uses Perl]
to record the time that the program has been running, and then send that to the world?
^.^ Thanks for the help.
Australia Forum Administrator #1
I don't think there is currently a time the program itself has been running, however the time the current connection to the current world started is available. You could just do this:

Send: world.send "say " & world.getinfo (301)
Send to : script


See: http://www.gammon.com.au/scripts/doc.php?function=GetInfo