Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
ardiscript:pause [2018/04/16 05:17] optrix created |
ardiscript:pause [2018/04/16 05:36] (current) optrix [Parameters] |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| ===Time=== | ===Time=== | ||
| + | //Type: [[Float]] | ||
| + | Default: None// | ||
| + | |||
| + | 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. | ||