I'm making a small matching game on the side and I am wondering if there is a way that I could write an expression like this:
System > Compare two values > 'Global Variable' = Equal to '1' or '2' or '5'
(then the actions follow)
because right now I'm coding it to where I have to make a system > compare for each outcome which is getting pretty tedious and it's really making my code hard to read through.
I hope this was understandable. If not, I apologize.
Thanks in advance!