Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to pause macros for user's entries
#1
I was looking for a macros program to automate some key & mouse strokes in games when I stumbled upon QM2. It certainly seemed to be a great software and simple recording of macro was very good.

Now I need to go further than just simple recording.. But being a newbie, I need help...

How to pause a macros for user entries (inserting some numbers & some mouse clicks) & how to instruct the macros to continue on after the user's entries?

Thanks in advance..
#2
You can use some kind of dialog: message box, input box, or list box. Example with list box:

Code:
Copy      Help
[color=blue]if[/color](![color=blue]list[/color]("Continue" "" "Game" 0 -1)) [color=blue]ret[/color]

Or, use some kind of wait command. Following command waits for Ctrl key:

Code:
Copy      Help
[color=blue]wait [/color]0 K C
#3
THANKS, Gintaras.

That was very speedy response.

This prog is fantastic..only just spent 2 days using it..


Forum Jump:


Users browsing this thread: 1 Guest(s)