Zetagon / Zetagon.github.io

0 stars 0 forks source link

Multiple and alternative words #21

Open Draklive opened 7 years ago

Draklive commented 7 years ago

Adding the possibility to add multiple required words and lists with optional variants for each word. Also adding a description for each side of the equal sign. The syntax for one line with two required words and three options for each of those words anlong with a description should look something like this:

LeftWord1Alt1|LeftWord1Alt2|LeftWord1Alt3&&LeftWord2Alt1|LeftWord2Alt2|LeftWord2Alt3{LeftDescription}=RightWord1Alt1|RightWord1Alt2|RightWord1Alt3&&RightWord2Alt1|RightWord2Alt2|RightWord2Alt3{RightDescription}

All help appreciated!