Omegas Posted August 13, 2008 Posted August 13, 2008 Hello. I am new to autoit. And I was making a simple script... It was for a game, where you had to write what it said... There are 4 lines to write. So after the script writes 1 line it uses ENTER for going to the next line and so... But I think I got a timing error and my script was just able to write... 1 line and middle. So, is there a command for making the script to wait like... 3 seconds maybe?
TehWhale Posted August 13, 2008 Posted August 13, 2008 (edited) Is there a Sleep(3000) maybe? Edited August 13, 2008 by Alienware
Omegas Posted August 13, 2008 Author Posted August 13, 2008 sleep()... sleep()... sleep()...Thanks, but...I write:sleep()And what parameter? The number I put there is the amount of seconds?
cppman Posted August 13, 2008 Posted August 13, 2008 Thanks, but...I write:sleep()And what parameter? The number I put there is the amount of seconds?The number of milliseconds to wait before returning. The help file has an entry for the "Sleep" function. Miva OS Project
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now