top of page

Loop and chain commands

 

 

The basic loop command is

 

/loopstart [time] [command to repeat]

 

e.g. if you put a time of 1, the command will repeat each second, 0.1 will repeat the command ten times per seconds, ...

 

/loopstop stops the loop

 

You can also make several command with

 

/m [command1] & [command2] & [command3] ...

 

If you make a loop after one loop, the first loop will stop 

bottom of page