Page 1 of 1
Is it possible to make two story in one VN
Posted: Wed Jul 23, 2014 6:38 am
by Kazhuto
I had participated a school's activity where I would like to use ren'py as apps inventor for my project. Don't worry I will make a credits for all ren'py and those who help me. I need to make two story in one VN. Like, the first button is for the say "First Episode" and second button is "Last Episode". Is it possible with ren'py ?
Re: Is it possible to make two story in one VN
Posted: Wed Jul 23, 2014 10:00 am
by Taleweaver
Yes, that's possible. Easily so. Just put a Menu: option in the beginning.
Also, wrong forum - moved.
Re: Is it possible to make two story in one VN
Posted: Wed Jul 23, 2014 11:26 am
by Kazhuto
Thats one solution, but its not really helping. I want it to be choose in main menu
Re: Is it possible to make two story in one VN
Posted: Wed Jul 23, 2014 11:34 am
by Asceai
Edit screens.rpy, go down to screen main_menu, duplicate the "Start Game" button and give the new one Start("last_episode") or something. This will cause the game to start at 'label last_episode:' instead of 'label start:' when this new button is clicked.
Re: Is it possible to make two story in one VN
Posted: Wed Jul 23, 2014 1:52 pm
by Kazhuto
good!!! thanks, i'll be sure to credits you in my project