Jump to content

I need help with OR in advanced conditions...


Deleted5400515User

Recommended Posts

I don't know how to format this condition in a way that Creation Kit will understand without having to make hundreds of different infos...

 

Creationkit.com says

 

The OR checkbox is used to determine how a Condition Item is evaluated with the ones that follow it. Consecutive ORs are treated like a single block when evaluating and have order precedence over AND. For example, the condition items ( A AND B OR C AND D ) are evaluated as ( A AND ( B OR C ) AND D ) and not ( ( A AND B ) OR ( C AND D ) ).

By applying the distributive and other properties complex expressions can be converted into a list of Condition Items that will evaluate as intended. For example, the expression ((A AND B) OR (C AND D)) can be represented as the list of Condition Items (A OR C AND B OR C AND A OR D AND B OR D). As described above, this evaluates as ((A OR C) AND (B OR C) AND (A OR D) AND (B OR D)) which is equivalent to the initial expression.

but I can't comprehend how to get that to work what with I am trying to do which is much more complicated.

 

I have to make 4 different infos like this:

 

1. ((A OR B OR C OR D OR E) AND (a OR b OR c OR d OR e))

2. ((A OR B OR C OR D OR E) AND (a OR b OR c OR d OR e)) AND (a OR b OR c OR d OR e))

3. ((A OR B OR C OR D OR E) AND (a OR b OR c OR d OR e)) AND (a OR b OR c OR d OR e)) AND (a OR b OR c OR d OR e))

4. ((A OR B OR C OR D OR E) AND (a OR b OR c OR d OR e)) AND (a OR b OR c OR d OR e)) AND (a OR b OR c OR d OR e)) AND (a OR b OR c OR d OR e))

 

The capital letters mean that they use a different value than the lowercase ones which all have the same value. And I need to not use the same letter twice, they have to be all different letters!

 

Is there any way I can do this is as few different infos as possible? (4 might be the minimum.)

Edited by Guest
Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...