User:Kebap/Manual:shms

From Mudlet
< User:Kebap
Revision as of 16:34, 29 May 2018 by Kebap (talk | contribs) (Created page with ";shms( seconds, bool ) : Converts seconds into hours, minutes and seconds, displaying the result as a table. An optional second argument can be passed to return the result as...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
shms( seconds, bool )
Converts seconds into hours, minutes and seconds, displaying the result as a table. An optional second argument can be passed to return the result as an echo.

Note Note: Available in Mudlet 3.0.

Example
--Determine the total number of seconds and display:
shms(65535, true)