This is a problem I should know the solution to… :persecutioncomplex: I might have forgot it, because I know I’ve faces this before, where I’ve
had to hack it!
Alright. You have too booleans, and you want to execute a void if at least one of them returns true. How do you do that without using a couple of if-statements, or the longest if-statement ever? I see both using a couple of if’s, and making an if so long that you need to scroll, as hacks and I would like to know the correct way to solve this, or go around it.