GetTime
Jump to navigation
Jump to search
Description
Returns the current time as two integers (hour and minute).
Syntax
getTime ()
Example
hour, min = getTime () outputChatBox ( "The current time is ", hour, ":", min )
Returns the current time as two integers (hour and minute).
getTime ()
hour, min = getTime () outputChatBox ( "The current time is ", hour, ":", min )