We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It is not possible to set interdependend variable. This will set @word always to "Vespa" and @dempron always to "Die"
#random{ #set{@word|Auto}#set{@dempron|Das}| #set{@word|Bus}#set{@dempron|Der}| #set{@word|Vespa}#set{@dempron|Die} }
It is necessary to change "Das Auto" to "dieses Auto" or "dem Auto. This doesn't work either
#set{#random{Das Auto|Der Bus|Die Vespa}}
Because i can't check if there is "Der", "Die" or "Das" in a variable.
Goal is to make a text like this: Was sagen sie zu dem Auto? Das Auto ist schön. Deshalb möchte ich dieses Auto kaufen.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It is not possible to set interdependend variable.
This will set @word always to "Vespa" and @dempron always to "Die"
It is necessary to change "Das Auto" to "dieses Auto" or "dem Auto.
This doesn't work either
Because i can't check if there is "Der", "Die" or "Das" in a variable.
Goal is to make a text like this:
Was sagen sie zu dem Auto? Das Auto ist schön. Deshalb möchte ich dieses Auto kaufen.
The text was updated successfully, but these errors were encountered: