Lemma Soft Forums

Supporting creators of visual novels and story-based games since 2003.


Visit our new games list, blog aggregator, IRC, and wiki.
Activation problem? Email [email protected]
It is currently Sat May 18, 2013 10:22 am

All times are UTC - 5 hours [ DST ]


Forum rules


Ask questions about one topic per thread, and use a descriptive subject. "NotImplemented error in script.rpy" is a good subject, "Tom's problems" is not. Remember to include all of traceback.txt or error.txt when reporting a problem, as well as the relevant lines of script. Use the [code] tag to format scripts.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Chapter Titles
PostPosted: Tue Feb 07, 2012 6:38 am 
Newbie

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


Top
 Profile  
 
 Post subject: Re: Chapter Titles
PostPosted: Tue Feb 07, 2012 3:38 pm 
Miko-Class Veteran

Joined: Mon Nov 01, 2010 9:10 pm
Posts: 832
You have two options: you can label them
Code:
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:
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~


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: Bing [Bot]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Protected by Anti-Spam ACP
Powered by phpBB® Forum Software © phpBB Group