Search found 4 matches

by Salaline
Tue Oct 19, 2021 5:56 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] NVL: making line breaks the same size as gui.nvl_spacing
Replies: 2
Views: 380

Re: NVL: making line breaks the same size as gui.nvl_spacing

You could use triple quoted strings. Those will appear formatted exactly how you type them. For example, _("""like this Will leave a space equal to line height. """) Thank you, but it seems that monologue mode breaks each line-seperated text chunk into it's own say sta...
by Salaline
Tue Oct 19, 2021 2:27 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] NVL: making line breaks the same size as gui.nvl_spacing
Replies: 2
Views: 380

[Solved] NVL: making line breaks the same size as gui.nvl_spacing

Hi, I'm trying to display a paragraph of text in NVL mode (a say statement) and then, on clicking, add several more paragraphs below the first one (all bundled in a 2nd say statement so that they appear simultaneously). The problem is that the spacing between the 1st say statement and 2nd is the val...
by Salaline
Thu May 06, 2021 9:57 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] NVL dialogue cuts off mid-paragraph
Replies: 2
Views: 746

Re: NVL dialogue cuts off mid-paragraph

Imperf3kt wrote: Thu May 06, 2021 8:42 pm In gui.rpy find the line that says nvl_height and adjust the number to give it more space or set it to None for automatic spacing.
Thank you so much! That's embarassingly simple but you've really helped me out.
by Salaline
Thu May 06, 2021 7:40 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] NVL dialogue cuts off mid-paragraph
Replies: 2
Views: 746

[SOLVED] NVL dialogue cuts off mid-paragraph

Hi, I'm using a default renpy template, the only changes being I've defined an nvl narrator (define narrator = nvl_narrator) and added a paragraph of text in quotation marks in the script file. The paragraph cuts off part way through, however, despite there being space below. Does anybody know how t...