In topic "Native Expressions in Construct 2" i saw this info:
& also doubles as logical AND, and | is a logical OR operator. These are useful combined with the comparison operators, e.g. score < 0 | health < 0, which also return 1 if true and 0 if false.
so, if i understood correctly, i can use "|" and make event like "if value equals 1 | 2" if i mean 1 or 2.
but the problem in following, it doesnt work. or i do something wrong. i just want to do action if my varieble equals to not only one figure, but more
help please.