Skip to content
New issue

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

Impossible to set two interdependent variables for demonstrative pronoun (Der, Die, Das) #7

Open
ghost opened this issue Jul 2, 2019 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants