Page 1 of 1

[OpenMW-CS] One-shot record filter with binary expressions?

Posted: 22 Sep 2020, 09:38
by Danjb
As the title says, it is possible to use a one-shot record filter with a binary expression in OpenMW-CS?

For example:

Code: Select all

!and(..., ...)
This didn't seem to work for me, but maybe I'm missing something.

Re: [OpenMW-CS] One-shot record filter with binary expressions?

Posted: 24 Sep 2020, 04:35
by ezze
I just tried:

Code: Select all

!and(string("id", ".*ayse.*"), string("id", ".*tree.*"))
and it works as expected, I see the ids with ayse and tree. What are you trying exactly?