Difference between revisions of "Command:TimedCommand"

From Lavish Software Wiki
Jump to navigation Jump to search
m
 
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 +
<tt>TimedCommand <delay in tenths of seconds> <command></tt>
  
 
== Description ==
 
== Description ==
 +
Executes a command after a specified amount of time, given in tenths of seconds.  This does not pause execution.
  
 
== Examples ==
 
== Examples ==
 +
*<tt>TimedCommand 10 "echo One second has passed"</tt>
  
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|Commands]]
 
*[[LavishScript:Commands|Commands]]

Revision as of 19:43, 26 February 2005

Syntax

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