krogen
06-25-2010, 08:28 PM
Hello, i just downloaded AutoHotKey and have all my things ready in an .ahk file, its all working great..
But i was wondering how do i make my two chars move with WASDQE, i tryed to do this myself.. But failed when i push W on char moves forwards on his own and wont stop the other moves backwards sometimes
; *** Move clones ***
~W::ClonesPush("{Up down}")
~A Up::ClonesPush("{Up up}")
~S::ClonesPush("{Down down}")
~D Up::ClonesPush("{Down up}")
~Q::ClonesPush("{Left down}")
~E Up::ClonesPush("{Left up}")
^ thats what i have atm, Can anyone help me fix this? :p
edit: i've changed it a bit and it still wont work
; *** Move clones ***
~W::ClonesPush("{= down}{= up}{W down}")
~A::ClonesPush("{= down}{= up}{A down}")
~S::ClonesPush("{= down}{= up}{S down}")
~D::ClonesPush("{= down}{= up}{D down}")
~Q::ClonesPush("{= down}{= up}{Q down}")
~E::ClonesPush("{= down}{= up}{E down}")
Then i was looking at it, and the last part means that the clone keeps it held down right? so i took that part away and it still doesn't work :| This is annoying, just needing a little push towards the right direction then i'd be happy :)
But i was wondering how do i make my two chars move with WASDQE, i tryed to do this myself.. But failed when i push W on char moves forwards on his own and wont stop the other moves backwards sometimes
; *** Move clones ***
~W::ClonesPush("{Up down}")
~A Up::ClonesPush("{Up up}")
~S::ClonesPush("{Down down}")
~D Up::ClonesPush("{Down up}")
~Q::ClonesPush("{Left down}")
~E Up::ClonesPush("{Left up}")
^ thats what i have atm, Can anyone help me fix this? :p
edit: i've changed it a bit and it still wont work
; *** Move clones ***
~W::ClonesPush("{= down}{= up}{W down}")
~A::ClonesPush("{= down}{= up}{A down}")
~S::ClonesPush("{= down}{= up}{S down}")
~D::ClonesPush("{= down}{= up}{D down}")
~Q::ClonesPush("{= down}{= up}{Q down}")
~E::ClonesPush("{= down}{= up}{E down}")
Then i was looking at it, and the last part means that the clone keeps it held down right? so i took that part away and it still doesn't work :| This is annoying, just needing a little push towards the right direction then i'd be happy :)