String Comparisons in Ren’Py
In this brief tutorial, you'll learn how "greater than" and "less than" comparisons work for strings. Includes a short quiz on the topic!
In this brief tutorial, you'll learn how "greater than" and "less than" comparisons work for strings. Includes a short quiz on the topic!
Ready to test your knowledge of numerical comparisons and combinations in Ren'Py? Here's a quiz to show what you've learned.
In 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.
In this brief tutorial, you'll learn to avoid a common beginner mistake of using booleans where strings would be a better choice of variable.
Ready to test your knowledge of equality comparisons and truthy/falsey in Ren'Py? Here's a quiz to show what you've learned.
This 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.
Ready to test your knowledge of simple variable types in Ren'Py? Here's a quiz to show what you've learned.