minecraft macro mod code example
Example 1: macro mod
Macro mod is a free mod for minecraft that is run on liteloader
Several functions include:
control flow, data from in-game variables and events, complete
movement support and more
Example 2: macro mod do
DO([count])
Direct Url: DO | Category: Control Flow
Description
Begins a loop.
When used together with LOOP you can specify an amount of loops. When not specified it will loop forever.
Can also be used together with WHILE or UNTIL.
Related
UNTIL
WHILE
LOOP
example:
do;
until