MacroWait command

From m204wiki
Revision as of 21:30, 6 June 2022 by Ekern (talk | contribs) (Created page with "__TOC__ {| |width="50%"| '''Action:''' |width="50%"| <span class="f_Para">Slows down Debugger macro execution by adding a wait after each command in the using_debugger_macr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Action:

Slows down Debugger macro execution by adding a wait after each command in the macro.

Syntax:

macroWait nnn

where:

nnn is the number of milliseconds to wait after the execution of each command in the macro.

Scope: Allowed only in Debugger macros.
Client menu: --
Introduced: Build 57