'|' = 'or'. So, if you want check if variable equals 1,5 or 8, just write
+ System -> if Variable1 = 1 | 5 | 8|...
It doesn't seem to understand what numbers I'm talking about.
System -> if Variable = '1 | 5 | 8' doesn't work
I've confirmed it's an issue with the code not understanding what numbers I'm talking about.
For example, if I set a bunch of bouncy balls to spawn if the variable doesn't equal '1 | 5 | 8', and then set the variable to either 1, 5 or 8, the balls still won't stop spawning. If that makes sense. Point is, it doesn't understand the number.