This lesson combines everything we learned about conditional evaluations and uses it towards creating a typical game-like “state handling” conditional with nested if() statements. In this example, a bool is used to store an “invincibility” state depending on whether or not a “power-up” was used.