View Single Post
08-14-16, 05:17 AM   #3
Layback_
An Onyxian Warder
Join Date: Feb 2016
Posts: 358
Originally Posted by syncrow View Post
just tested it:

Code:
/run print(GetTime())
result:
Code:
1244.085
->1244s, 85ms
->->20m, 44s, 85ms
seems to work, fine
That's interesting.

When I print the same thing, it results this:



Code:
/run print(GetTime());
	125084.976
	-> 125084 seconds 976 milliseconds
	-> -> 2084 minutes 44 seconds 976 milliseconds
	-> -> -> 34 hours 44 minutes 44 seconds 976 milliseconds
  Reply With Quote