Skip talking

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
User avatar
isobellesophia
Miko-Class Veteran
Posts: 979
Joined: Mon Jan 07, 2019 2:55 am
Completed: None
Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
Organization: Friendly Teachers series
Deviantart: SophBelle
itch: Child Creation
Location: Philippines, Mindanao
Contact:

Skip talking

#1 Post by isobellesophia »

Hello everyone.

Sorry for asking this very simple question, but how can i possibly make the character talk when you skip all of the dialogue? And it will prevent them for skipping.

Thanks.
I am a friendly user, please respect and have a good day.


Image

Image


User avatar
Andredron
Miko-Class Veteran
Posts: 700
Joined: Thu Dec 28, 2017 2:37 pm
Location: Russia
Contact:

Re: Skip talking

#2 Post by Andredron »

isobellesophia wrote: Fri Jan 31, 2020 9:09 am Hello everyone.

Sorry for asking this very simple question, but how can i possibly make the character talk when you skip all of the dialogue? And it will prevent them for skipping.

Thanks.
screen.rpy
screen skip:
......
.... add black2 # 80%alfa
..... Add image sprites pers xalign 0.8
.....
.... text "[name_p]".....
.....text "[text_p]"......

script.rpy
label start:
....$ name_p = "Antonio Banderos"
....$ text_p = " I bla bla bla"
.......
......
.....
.... $ name_p = "Fedor Emelyanenko"
....$ text_p = " I love ty"





Else

$ renpy.pause(3.0, hard=True)

User avatar
isobellesophia
Miko-Class Veteran
Posts: 979
Joined: Mon Jan 07, 2019 2:55 am
Completed: None
Projects: Maddox and Friends! (AI Teacher friend), Friendly Universities! (Soon)
Organization: Friendly Teachers series
Deviantart: SophBelle
itch: Child Creation
Location: Philippines, Mindanao
Contact:

Re: Skip talking

#3 Post by isobellesophia »

Thank you, i will try this one.
I am a friendly user, please respect and have a good day.


Image

Image


User avatar
Alex
Lemma-Class Veteran
Posts: 3090
Joined: Fri Dec 11, 2009 5:25 pm
Contact:

Re: Skip talking

#4 Post by Alex »

isobellesophia wrote: Fri Jan 31, 2020 9:09 am Hello everyone.

Sorry for asking this very simple question, but how can i possibly make the character talk when you skip all of the dialogue? And it will prevent them for skipping.

Thanks.
You can add this line right before the line you don't want to skip

Code: Select all

$ config.skipping = False

Post Reply

Who is online

Users browsing this forum: No registered users