Narration and Dialogue
Much of a Ren'Py game involves outputting narration and dialogue between the characters for the player to read. The following sections cover both these topics.
I should preface this by pointing out that I'm British and it pains my spell-checker to use American spelling in much the same way as it pains the parser if I write code with British spelling of keywords.
- Narration
- How to add narration to your story.
- Dialogue
- How to add character dialogue to your story.
- Characters
- How to define characters to make dialogue simpler, and some pre-built ones in every game.
- Typography
- How to change the appearance of specific parts of text.
- Text speed
- How to override text speed for parts of narration and dialogue.
- Interpolation
- How to include variable values in Ren'Py text using the interpolation system.