Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
ardiscript:pause [2018/04/16 05:35]
optrix [Parameters]
ardiscript:pause [2018/04/16 05:36] (current)
optrix [Parameters]
Line 14: Line 14:
  
 The amount of time in seconds to wait before proceeding with the next function in the script. The amount of time in seconds to wait before proceeding with the next function in the script.
 +
 +====Examples====
 +
 +<​code>​
 +<pause time=”1” />
 +</​code>​
 +
 +> This will cause the script to wait 1 second before proceeding with the next function.