[Solved] Disable skipping for a couple of scenes

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
Doeny
Regular
Posts: 145
Joined: Wed Sep 07, 2022 8:28 pm
Contact:

[Solved] Disable skipping for a couple of scenes

#1 Post by Doeny »

Hi, I'm wondering if there's a way to prevent skipping and also manually advancing scenes for cetrain amount of scenes, to make sure the player views whole stack of videos?
Last edited by Doeny on Sat Nov 25, 2023 6:38 pm, edited 1 time in total.

User avatar
m_from_space
Eileen-Class Veteran
Posts: 1118
Joined: Sun Feb 21, 2021 3:36 am
Contact:

Re: Disable skipping for a couple of scenes

#2 Post by m_from_space »

Doeny wrote: Fri Nov 24, 2023 7:13 pm Hi, I'm wondering if there's a way to prevent skipping [...]
Depending on what you need:

Code: Select all

# prevent skipping at all
$ _skipping = False

# make sure Renpy is stopping at the next interaction, if it's already skipping (like a menu or dialogue line)
$ renpy.choice_for_skipping()

Doeny
Regular
Posts: 145
Joined: Wed Sep 07, 2022 8:28 pm
Contact:

Re: Disable skipping for a couple of scenes

#3 Post by Doeny »

m_from_space wrote: Sat Nov 25, 2023 6:06 am
Doeny wrote: Fri Nov 24, 2023 7:13 pm Hi, I'm wondering if there's a way to prevent skipping [...]
Depending on what you need:

Code: Select all

# prevent skipping at all
$ _skipping = False

# make sure Renpy is stopping at the next interaction, if it's already skipping (like a menu or dialogue line)
$ renpy.choice_for_skipping()
Both seem useful. Tysm

Post Reply

Who is online

Users browsing this forum: Google [Bot], Ocelot