Chapter Titles

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
cracklings
Newbie
Posts: 14
Joined: Sat Nov 19, 2011 10:53 am

Chapter Titles

#1 Post by cracklings » Tue Feb 07, 2012 6:38 am

Hi everyone,

I'm sorry if this is a repeat topic or if this is already in the Ren'py site documentations. It's just quite hard when doing searches for it.

Can anyone tell me how to put titles on chapters in the games? It just makes tracking easier.

Any help will be much appreciated. Thanks.

HigurashiKira
Miko-Class Veteran
Posts: 832
Joined: Mon Nov 01, 2010 9:10 pm
Contact:

Re: Chapter Titles

#2 Post by HigurashiKira » Tue Feb 07, 2012 3:38 pm

You have two options: you can label them

Code: Select all

label start:
"Nipah!"

label Chapter_1:
"nano desu~"
Or you can split the script into multiple .rpy files (Which you must combine with labeling)

Code: Select all

label start:
"nipah!"
jump chapter_1
##This is in a seperate .rpy file
label chapter_1:
"nano desu~"
I have moved to a new account. Please contact me here from now on. T/Y~

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot]