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.
Chapter Titles
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.
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.
-
HigurashiKira
- Miko-Class Veteran
- Posts: 832
- Joined: Mon Nov 01, 2010 9:10 pm
- Contact:
Re: Chapter Titles
You have two options: you can label them
Or you can split the script into multiple .rpy files (Which you must combine with labeling)
Code: Select all
label start:
"Nipah!"
label Chapter_1:
"nano desu~"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~
Who is online
Users browsing this forum: Bing [Bot], Google [Bot]