Jump to content

_IsPressed Help


Recommended Posts

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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...