ZimounZ Posted June 28, 2017 Posted June 28, 2017 I don't know what went wrong but when I try to test it....it says I looked at the help...I still didn't know what went wrong error: _IsPressed() : undefined function. Func Start() While 1 If _IsPressed("66") = 1 Then ExitLoop EndIf send("{s}") sleep(800) send("{s}") sleep(800) send("{s}") sleep(800) send("{s}") sleep(800) sleep(2000) WEnd EndFunc
kaisies Posted June 28, 2017 Posted June 28, 2017 You need to include misc.au3, as it says on the website info about _is pressed.
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