|
78.
|
|
|
Example Characters
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:138
|
|
79.
|
|
|
Here are a few example characters::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:140
|
|
80.
|
|
|
Special Characters
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:149
|
|
81.
|
|
|
A few character names are defined by default, and are used automatically in certain situations. Intentionally redefining these characters can change the behavior of Ren'Py, but accidentally using them can be a problem.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:151
|
|
82.
|
|
|
``adv``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:159
|
|
83.
|
|
|
The default kind of character used by Character. This sets up a character such that one line is displayed on the screen at a time.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:157
|
|
84.
|
|
|
``nvl``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:164
|
|
85.
|
|
|
A kind of Character that causes dialogue to be displayed in :ref:`NVL-mode`, with multiple lines of text on the screen at once.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:162
|
|
86.
|
|
|
``narrator``
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:168
|
|
87.
|
|
|
The character that's used to display narration, by say statements without a character name.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/dialogue.rst:167
|