Output Lines

Posted by Avariel on Mon 23 Feb 2004 05:38 AM — 4 posts, 16,704 views.

Portugal #0
i would like to know if it is possible to know time info about a line behond the second...

i have been trying to compare speed weapons but its very hard when i can only see a full second and not parts of a second... it is a huge diference from 3.2 and 3.8 secs.

there is someways to go around this but if there is a way to see it would be easier *smile*


thank you
Greece #1
I haven't tested this, but you *COULD* try to make a trigger that will match on the line and store VBScript's "Timer" function return, which has a resolution of many decimal digits, and compare lines. I made a small plugin that pings the world and it has about 6-7 decimal digits accuracy... What i hate most is that the DoAfter function only takes integers for the interval :p
Australia Forum Administrator #2
Indeed - have a trigger that calls Timer, and subtracts the previous result from the current one. That will give how many seconds, and fractions of seconds, have elapsed.
Portugal #3
hmm yes i see what you mean...

thank you both