Search found 4 matches

by Lighthouse
Fri Jan 26, 2024 5:25 am
Forum: Ren'Py Questions and Announcements
Topic: how to word wrap?
Replies: 7
Views: 722

Re: how to word wrap? Addition and SOLVED

For the benefit of all I may add that within a triple quotes say statement one can force a linebreak by using \n.
by Lighthouse
Thu Jan 25, 2024 7:13 am
Forum: Ren'Py Questions and Announcements
Topic: how to word wrap?
Replies: 7
Views: 722

Re: how to word wrap?

Thanks to Sugar-Junkie and Imperf3kt, as a beginner I appreciate your help very much. Both {p} and \N do not work. They give no error but fail in giving out two lines at the same time. I asked chatGPT3.5 which suggested [br] which results in errors. Also using 'vpunch' or using a variable did not wo...
by Lighthouse
Wed Jan 24, 2024 5:51 pm
Forum: Ren'Py Questions and Announcements
Topic: how to word wrap?
Replies: 7
Views: 722

Re: how to word wrap?

Hi,

in the script.rpy file I have something like:
j "Greetings! ( press the space-bar to continue )"
j is a Character.
How can I force a new line for: ( press the space-bar to continue )"

Thanks and kind regards
by Lighthouse
Wed Jan 24, 2024 5:50 pm
Forum: Ren'Py Questions and Announcements
Topic: how to word wrap?
Replies: 7
Views: 722

how to word wrap?

Hi,

in the script.rpy file I have something like:
j "Greetings! ( press the space-bar to continue )"

How can I force a new line for: ( press the space-bar to continue )"

Thanks and kind regards