Multeq
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Multeq is an OISC by User:ChuckEsoteric08.
Command
a;b;c;d;
multiply variable a by b and add c, goto 1-indexed command d. If You want to use variable in b, c or d put variable between "%"s.
Examples
Copy value of variable a to variable b
b;0;%a%;nextcmd;
Where nextcmd is next command that will be executed.