Jump to content

Problems with Send() and EQ2


SDOWNS
 Share

Recommended Posts

Hey,

I was wondering if anyone has run into the problem with the Send() function not working with EQ2. I Tried to run this simple script and nothing happens. This is just an attempt to get any kind of response out of the script. Also, the WinActivate() Function works fine. If anyone can provide help, thanks in advance.

WinActivate("EverQuest II (")

Sleep(1000)

Send('w')

Send("w")

Send('w', 1)

Send("w", 1)

ControlSend("EverQuest II (", '' , '', 'w')

ControlSend("EverQuest II (", '' , '', "w")

ControlSend("EverQuest II (", '' , '', 'w', 1)

ControlSend("EverQuest II (", '' , '', "w", 1)

Link to comment
Share on other sites

  • 4 months later...

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...