Any number without decimal places e.g. 1
, -72
, 0
, 39487
. Often called “int” for short.
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.
- Glossary: Value
- Simple Variable Types in Ren'PyThis tutorial covers four variable types: booleans, integers, floats, and strings. You'll learn when and how to use them in your game to track information.
- 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.
- Combining Comparisons in Ren'PyThis tutorial will walk you through several examples of more complex conditional statements, using all the tools learned in previous tutorials.