/
Rebased to Meteor Client 1.21.8, Build #26.
.input will now perform a punch rather than a dig..macro Command OverhaulIn the past, calling a macro from itself would cause a game crash.
To mitigate this, the .macro command now schedules macros to be run in the next tick.
As such, the syntax of the command has been overhauled:
.macro <name> | Schedules the given macro
.macro <name> <time> | Schedules the given macro after <time> duration
.macro clear | Clears all scheduled macros
.macro clear <name> | Clears the given macro