See: Truthy vs Falsey
Related Articles:
- Equality Comparisons in Ren'PyThis tutorial covers equality comparisons in Ren'Py, as well as the concepts of Truthy and Falsey. You'll learn how to compare things like strings and integers to display different dialogue.
- Numerical Comparisons and Combinations in Ren'PyIn this tutorial, you'll learn how to compare numbers to do things like track affection points or branch the player onto a bad ending, and how to make complex conditional statements.
- Glossary: Empty String