[Solved] Hide CTC when auto-reading enabled.

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
K-PSZH
Regular
Posts: 37
Joined: Sun May 15, 2022 10:34 am
Soundcloud: K-PSZH
Location: Russia
Contact:

[Solved] Hide CTC when auto-reading enabled.

#1 Post by K-PSZH »

How can I hide click-to-continue when auto-forward mode is enabled?
Last edited by K-PSZH on Mon May 23, 2022 11:01 am, edited 1 time in total.
Missing/forgetting a lot of simplest things and ask about them here.

User avatar
KuroOneHalf
Regular
Posts: 129
Joined: Fri Apr 25, 2014 6:18 pm
Completed: Cuttlebone
Projects: Somewhere In The Shade
Deviantart: KuroOneHalf
itch: kuroonehalf
Contact:

Re: Hide CTC when auto-reading enabled.

#2 Post by KuroOneHalf »

Code: Select all

screen ctc():
	if not (_preferences.afm_enable or renpy.is_skipping()): # disables it on auto and skip mode
		# add your ctc thingy here

Post Reply

Who is online

Users browsing this forum: Google [Bot]