Is there an easy/short way to write the exact same event for multiple values of a variable, without having to write it for each values separately?
Basically, I want to use the same call when the variable = 1,3,5,etc, and a different call when it = 2,4,6,etc.