Difference between revisions of "Command:TimedCommand"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
{{CMD-DR|TimedCommand|Beginner|Beginner|Newbie|Beginner}}
 
<tt>TimedCommand <delay in tenths of seconds> <command></tt>
 
<tt>TimedCommand <delay in tenths of seconds> <command></tt>
  

Revision as of 23:26, 12 March 2005

Syntax

Command Difficulty Rating
TimedCommand
Usage Beginner
Level of Understanding Beginner
Computer Savvy Newbie
Logic Beginner

TimedCommand <delay in tenths of seconds> <command>

Description

Executes a command after a specified amount of time, given in tenths of seconds. This does not pause execution.

Examples

  • TimedCommand 10 "echo One second has passed"

See Also