AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

"Autofire Space Key" script not working on RPG-Mak

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
Picard23
Guest





PostPosted: Sun Nov 22, 2009 7:46 pm    Post subject: "Autofire Space Key" script not working on RPG-Mak Reply with quote

Hello,

I found following Autofire Script and it works perfectly on normal text documents, but it doesnt work with a RPG-Maker 2000 game Im playing.

Instead of spamming Space it disables the button Ive assigned.
Please Help.

Code:
Enter::
   Loop
   {   If !GetKeyState(A_ThisHotkey, "P")
      {   Break
      }
      SendPlay, {Enter}
      Sleep, 25
   }
Return
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group