%MACROTIME%
- Added in
- v0.14.1
The time the macro is already running in milliseconds.
Example
FOREACH(running)
LOG("[%MACROID%] %MACRONAME% running for %MACROTIME% milliseconds")
NEXT
%MACROTIME%
The time the macro is already running in milliseconds.
FOREACH(running)
LOG("[%MACROID%] %MACRONAME% running for %MACROTIME% milliseconds")
NEXT