Difference between revisions of "User:Kebap/Manual:shms"
Jump to navigation
Jump to search
(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...") |
m |
||
Line 1: | Line 1: | ||
+ | ==shms== | ||
;shms( seconds, bool ) | ;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. | : 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. |
Latest revision as of 19:21, 5 June 2018
shms
- 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: Available in Mudlet 3.0.
- Example
--Determine the total number of seconds and display:
shms(65535, true)