Autoskip Say Screen / Timed Say Screen ?

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.
Post Reply
Message
Author
sonejo
Newbie
Posts: 20
Joined: Thu Jun 30, 2016 4:00 pm
Contact:

Autoskip Say Screen / Timed Say Screen ?

#1 Post by sonejo »

Hello Everybody!

Is there a way to skip the say screen after N seconds?

I'd like to have dialogs in animations where the user doesn't have to click each time to go to the next dialog, but that each dialog skips after N seconds automatically to the next.

something like (where time says how long the dialog is shown before skipping to the next):

m "hello" time 1
v "what do you want? can i help?" time 3

etc..

thanks for the help!

User avatar
Divona
Miko-Class Veteran
Posts: 678
Joined: Sun Jun 05, 2016 8:29 pm
Completed: The Falconers: Moonlight
Organization: Bionic Penguin
itch: bionicpenguin
Contact:

Re: Autoskip Say Screen / Timed Say Screen ?

#2 Post by Divona »

Combine {w} tag with {nw}?

Code: Select all

m "Hello.{w=1.0}{nw}"
v "What do you want? Can I help?{w=3.0}{nw}"
Completed:
Image

Post Reply

Who is online

Users browsing this forum: No registered users