Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
Kinmoku
- Miko-Class Veteran
- Posts: 560
- Joined: Mon Aug 11, 2014 9:39 am
- Completed: One Night Stand
- Projects: Love IRL, Memories
- Tumblr: gamesbykinmoku
- itch: kinmoku
- Location: Germany
-
Contact:
#1
Post
by Kinmoku » Fri May 08, 2020 6:48 am
Hi all. Is it possible to show a group of NVL mode entries at the same time? I want the player to view a conversation that's already happened and not have it play out as normal i.e. one character per line.
Below is a chunk of dialogue I want to show all together, with one mouse click.
Code: Select all
z "Hey."
e "Hey dude."
z "How are you doing?."
e "Good thanks. You?"
# etc
I tried adding {nw} to the end of every line but it doesn't show it all at once...It's staggered and runs off at the end, even with pause.
I know I could create a paragraph, too, but I'd like the UI to appear as it should with NVL mode. I'd like to use this feature many times, so it'd be tricky to manually get the UI correct every time. I would like to avoid this:
Code: Select all
z "Hey.\n{color="#fff"}Eileen{/color}\n\"Hey dude.\"\n" # etc
Is there a way to do this?
Last edited by
Kinmoku on Fri May 08, 2020 8:31 am, edited 1 time in total.
-
Kinmoku
- Miko-Class Veteran
- Posts: 560
- Joined: Mon Aug 11, 2014 9:39 am
- Completed: One Night Stand
- Projects: Love IRL, Memories
- Tumblr: gamesbykinmoku
- itch: kinmoku
- Location: Germany
-
Contact:
#2
Post
by Kinmoku » Fri May 08, 2020 8:30 am
Nevermind, I found this:
https://www.renpy.org/doc/html/multiple.html
Final code:
Code: Select all
z "Hey." (multiple=4)
e "Hey dude." (multiple=4)
z "How are you doing?." (multiple=4)
e "Good thanks. You?" (multiple=4)
Users browsing this forum: Bing [Bot], Google [Bot], _ticlock_