I made a private value for my objects. Field is of text type. I want to check if value is equal to "a" or "b" or "c", or to check if it's equal to "a" or ("b" and "c").
I cannot figure out how to do it in effective way in event sheet. Conditions are chained by "and" by default from what I can see and with just 3 they already became bloated.
I found a way to kind of counter it for problem I had at hand, but I would know for future if there is easy way to input logic between conditions easily.