Hey guys, i need some help. I made an input variable to type words, and i want to make an event that turn on different things.
Example: I've one closed dor (1), i've one bridge closed (2) and i've one chest (3)
I set this events with one string variable with contains condition, and the words in condition is:
1 - opendoor
2 - openbridge
3 - openchest
To make this work i set the stringvariable with this: "opendoor - openbridge - openchest", but the conditions didn't understood that contain this words on the variable.
How i'm i suposed to make this work?
Thanks!