Quote:
|
Originally Posted by excaliber7388
1st question-does timevar2 continue to increase, or does it stop at a certain number?
|
Timevar2 (serverside) keeps going and going. It doesn't stop.
Quote:
|
Originally Posted by excaliber7388
2nd is timevar2 exact seconds? Would lag throw it off?
|
It's exact, and very accurate. Measures seconds since 1/1/1970. It even measures within a millionth of a second I believe.
Quote:
|
Originally Posted by excaliber7388
Ex: would it be safe to say that timevar2+3600 is 1 hour from now?
Thanks!
|
Yup. Although, I would do int(timevar2) + 3600;
I hope that helped. Good luck with your script.