Using Delay command in scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I apologize in advance if this is dumb or obvious since I'm fairly new to using scripts, but I wanted to try out using the DELAY command in between other commands in a script, just to space things out so everyting doesn't pop up at once.
For a test run I just ran this very simple Notepad script:
line
0,0
0,5
Delay 2000
Line
0,5
5,5
However, in this case and others I have attempted, always brings the DELAY command into action prior to any other commands, so instead of pausing in between these lines, it is instead pausing at the very beginning of the script. In scripts where I placed multiple delays in between multiple commands, the same occurs, but adding the total delay time to the beginning.
So my question is, is there any way to get the delay to occur in between my commands? Or is it specifically used for slide shows?
(I'm using AutoCAD 2014)
Thanks