- Other Authors
- el_nene ([email protected])
- Included in Very Vanilla
- Included! No need to download.
MQ2Bucles - This plugin adds while and do bucles (loops) to macros.
Commands:
Commands:
Rich (BB code):
/while (<condition>)
...
/endwhile - Executes a bucle(loop), evaluating the condition on each iteration.
/do
...
/until (<condition>) - Executes a bucle(loop), evaluating the condition on each iteration but on first one.
/break - Stops a /while, /do or /for bucle(loop).
/continue - Stops a /while, /do or /for bucle(loop), reevaluating the condition.