Skip to content

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

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions