Rented:
Taken care of. Sorry about that. I've done some software development for other purposes, and it has always been a pain to get attachments all updated at all websites with each new version. I'm sure you understand. Currently, this is the only site I've posted this to (other than my own, of course), so it's not a problem.
jaozin: Your script is a little faulty. The easiest way to do it is with nested loops.
Code:
REPEAT 0
KEYPRESS A
REPEAT 500
KEYPRESS B
REST 100
LOOP
LOOP
The REPEAT statement tells the macro to repeat the steps that follow it until the next LOOP is encountered x number of times (0 means to do it infinitely).
juggalo69:
Of course I'll help you. I have a suspicion... Will you try keyboard input for me? Just make a script like this:
Code:
KEYPRESS VK_ENTER
KEYPRESS H
KEYPRESS E
KEYPRESS L
KEYPRESS L
KEYPRESS O
KEYPRESS VK_ENTER
Then log into Mu, and press F5. Your character should say "hello". Also, try the attached .exe. Only the right mouse click (NOT hold!) has been changed, but just test and see if it works. Reply with your results.
Pagopver:
No, it currently does not support multiple scripts through a single application. You could, however, open a second macro window and run a separate script through it, but then you'd have to edit the script while the first has already loaded it. You should be able to press control with:
KEYPRESS 17
But remember, that's a keypress, not a keyhold, which you probably need. I'll be doing some more work on this. I plan to add a GOTO statement, a choice of which script to load, and a keyhold/keyrelease function, and a choice between which type of input to use. Thanks for all of your replies guys, I really do appreciate the interest in my project.
Has anyone else on global been able to get this to work?
EDIT: Attachment removed (obsolete).
Bookmarks