Is there a sleep function?
Like sleep(250) in milliseconds?
|
|||
|
Tue, 07/20/2010 - 14:58
Is there a sleep function? Like sleep(250) in milliseconds?
Tue, 07/20/2010 - 18:56
#2
Hi
a sleep command, or in
Hi a sleep command, or in fact any timing is against the wow terms of service. GCP did have a wait command, and on the prototype I had my entire spell sequence on auto-pilot!, but for release, and to gain acceptance within the comunity, we disabled that feature. Phil
Wed, 07/21/2010 - 10:19
#3
Fair enough.
Fair enough. |
From reading through the documentation I get the idea that you could sleep by doing something like this.
Hit 1
Hit Tab 1000
Which would hit the 1 key, wait 1 second, then hit the tab key.
But I get the feeling it doesn't actually sleep, it only sleeps that command. So for example
Hit 1
Hit Tab 1000
Hit 2
Would actually hit 1, then hit 2, then hit Tab instead of waiting before Tab is hit to hit 2.