Constraints Help - Method of having OR

Is it possible to use an or in an Action Constraint?
I tried this but it does not work. I have tried lower and Uppercase OR

Double Pipe || is OR.
Double Ampersand && is AND

'[:CommandValue]' == 'Receipt' || '[:CommandValue]' == 'A4'

'[:CommandValue]' == 'Receipt' && '{SETTING:TEXTURE}' == 'Fluffy'

That said, I thought the words AND / OR also worked fine, but I guess I never tried them in an Action Constraint.

1 Like