|
wanghom8228 Newbie
Joined: 03 Jan 2006 Posts: 7
|
Posted: Tue Jan 03, 2006 2:37 am
how to get the millisecond? |
i know in the zMUD 7.x, can use the %time(zz) to get the millisecond!
but how to get the millisecond in zMUD5.55?
in fact, i need to make a script to get the network speed at any moment.
in my method:
#ALIAS checkspeed {#var begin_time %time(zz);
echo the echo for checkspeed}
#TRIGGER {ECHO:the echo for checkspeed} {#var end_time %time(zz)
#math netspeed @end_time-@begin_time
#if @netspeed<0 {#math netspeed 1000+@netspeed}}
it is important to me.
maybe someone have some other method.
Thank a lot~ |
|
|
|
wanghom8228 Newbie
Joined: 03 Jan 2006 Posts: 7
|
Posted: Tue Jan 03, 2006 9:57 am |
who can help me~~
|
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Tue Jan 03, 2006 1:57 pm |
Not many of us use that version or have used that version in years.
Try its help file and see if it has any time commands or SCRIPT support. |
|
|
|
chris-74269 Magician
Joined: 23 Nov 2004 Posts: 364
|
Posted: Tue Jan 03, 2006 11:16 pm |
id say pay for zmud and upgrade from the 5.55
|
|
|
|
Slaem Apprentice
Joined: 20 Sep 2005 Posts: 135
|
Posted: Thu Jan 05, 2006 10:26 am |
Don't forget the CMUD too!
Zugg wrote: |
I have put together some offers to make it cheaper for people to buy CMUD if they already have zMUD. Here are the offers that are being planned:
Customers who have purchased zMUD since July 1st, 2005 can obtain a free license for CMUD during the CMUD beta period. |
Buy the wonderful zMud and get a free license for CMUD! To borrow a 70s sitcom phrase, that's "Dynomite!" |
|
|
|
|
|