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.
-
ppppantsu
- Veteran
- Posts: 226
- Joined: Fri Jan 24, 2014 7:14 am
- Completed: Haruman, DMMd Fan VN, Fetish 1.0, Fetish: ESC, Colors~AU~, Fetish: Wanted, Incolore
- itch: soraille
- Location: Philippines
-
Contact:
#1
Post
by ppppantsu » Thu Oct 09, 2014 8:16 am
EDIT: THANK YOU VERY MUCH!
I'm sorry if this has already been asked but I searched and I can't seem to find what I'm looking for so...
If similar threads are already existing, please do link me though.
I want to add an unlockable scene / epilogue after getting an ending. Not a replay, but a new scene.
Is it possible to do this??
Last edited by
ppppantsu on Fri Oct 10, 2014 2:24 am, edited 1 time in total.
-
Kia
- Eileen-Class Veteran
- Posts: 1011
- Joined: Fri Aug 01, 2014 7:49 am
- Deviantart: KiaAzad
- Discord: Kia#6810
-
Contact:
#2
Post
by Kia » Thu Oct 09, 2014 12:28 pm
Code: Select all
define unlockedLevel=False
#somewhere else
e "and that was the end"
$ unlockedLevel=True
#another place
if unlockedLevel=True:
jump bonusLevel
should be pretty easy

-
ppppantsu
- Veteran
- Posts: 226
- Joined: Fri Jan 24, 2014 7:14 am
- Completed: Haruman, DMMd Fan VN, Fetish 1.0, Fetish: ESC, Colors~AU~, Fetish: Wanted, Incolore
- itch: soraille
- Location: Philippines
-
Contact:
#4
Post
by ppppantsu » Fri Oct 10, 2014 12:28 am
b3vad wrote:Code: Select all
define unlockedLevel=False
#somewhere else
e "and that was the end"
$ unlockedLevel=True
#another place
if unlockedLevel=True:
jump bonusLevel
should be pretty easy

THANK YOU VERY MUCH FOR RESPONDING! Q AQ
I'll try them all and see what happens. >w< ) 
Users browsing this forum: No registered users