Difference between revisions of "Timer"

From StickMUD
Jump to navigation Jump to search
(Created page with "<code>timer</code> - Set a timer. == Description == Set a timer to notify you when a certain length of time has passed. Obviously, you have to be logged in to receive the not...")
 
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
 
!Description
 
!Description
 
|-
 
|-
|<code>timer</code> <##>d <##>h <##>m <##>s
+
|<code>timer</code> <[<##>d] [<##>h] [<##>m] [<##>s]>
|Set a timer for <##>d (days) <##>h (hours) <##>m (minutes) <##>s (seconds).
+
|Set a timer for <##>d (days) <##>h (hours) <##>m (minutes) <##>s (seconds). At least one argument is required.
 
|}
 
|}
  
 
== See Also ==
 
== See Also ==
 
date
 
date

Latest revision as of 17:46, 20 June 2021

timer - Set a timer.

Description

Set a timer to notify you when a certain length of time has passed. Obviously, you have to be logged in to receive the notification.

Syntax
Command Description
timer <[<##>d] [<##>h] [<##>m] [<##>s]> Set a timer for <##>d (days) <##>h (hours) <##>m (minutes) <##>s (seconds). At least one argument is required.

See Also

date