Booleans vs Strings

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.

0 Comments

Equality Comparisons in Ren’Py

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.

0 Comments