I am using a global variable throughout a game, and I was wondering if there was a way to do use compare variable to check something like "number" is equal to 4 or 7 or 9.
What's the best way to do something like that?
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
You can add the conditions in an OR block.
Thank you so much! I didn't know this was a thing before!