I have this code that I'm programming for a game I play. Its nothing special. I want it to run a simple function. Sending. Everything works except {space}
. In the game Spacebar is used to make your character jump. I tried it with that, and it didn't work. Here's the code below:
NumpadEnd::
Send wc
Sleep, 300
Send {space}
Sleep, 600
Send ddq
Sleep, 400
Send e
Sleep, 500
Send ssz
Sleep, 100
Send g
Sleep, 1100
Send asdq
Sleep, 500
Send q
Sleep, 900
Send sc
return