It looks like you're new here. If you want to get involved, click one of these buttons!
Ok i'm probably being really stupid but why isn't this detecting input? Order of operations maybe?
Im super dumb lol. Just realised one of those conditions will always be true as it's NOR and not OR. The correct solution was to use && instead.
Answers
Im super dumb lol. Just realised one of those conditions will always be true as it's NOR and not OR. The correct solution was to use && instead.