Picard23 Guest
|
Posted: Sun Nov 22, 2009 7:46 pm Post subject: "Autofire Space Key" script not working on RPG-Mak |
|
|
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
|
|
|