In addition to an on/off parameter, have it recognized a deci-second param.
ie. /mqpause 20
Moderator: MacroQuest Developers

closest thing to that is /timed I believejdestefx wrote:That's different. I don't want a serial pause. I want to freeze a macro while I issue other commands briefly.
Code: Select all
| Do some setup stuff here
:MainLoop
| Do stuff all the time
| Do some more stuff
/goto :MainLoop
Code: Select all
:LoopPaused
/if ( ${mPause} == 0) /return
/if ( ${mPause} < "Current Time" ) /return
/goto :LoopPause