Answers for "macro mod"

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
Posted by: Guest on March-29-2020
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
Posted by: Guest on March-25-2020

Browse Popular Code Answers by Language