Jump to content

Recommended Posts

Posted

Hello! 

For some reason, this code will not type the letter C for me all the time. 
   WinActivate("GAME")
   $select = PixelSearch (951, 191, 952, 192, 0x6701FF,1)
   if not(@error) Then
      Send("c")
      EndIf

It will only sometimes type C. However if my cursor is not in the GAME window, it will type C. When am I doing wrong?

Guest
This topic is now closed to further replies.
×
×
  • Create New...