Difference between revisions of "Command:TimedCommand"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 5: Line 5:
 
== Description ==
 
== Description ==
 
Executes a command after a specified amount of time, given in tenths of seconds.  This does not pause execution.
 
Executes a command after a specified amount of time, given in tenths of seconds.  This does not pause execution.
 +
 +
Please note that TimedCommands operate on a Global scope.  In practical terms, this means that TimeCommands cannot operate on Local or Script scope variables.
  
 
== Examples ==
 
== Examples ==

Revision as of 19:20, 8 September 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.

Please note that TimedCommands operate on a Global scope. In practical terms, this means that TimeCommands cannot operate on Local or Script scope variables.

Examples

  • TimedCommand 10 "echo One second has passed"

See Also