Search found 5 matches
- Sat Nov 14, 2020 6:31 pm
- Forum: Ren'Py Questions and Announcements
- Topic: recall a user previous choice later on the game
- Replies: 5
- Views: 326
Re: recall a user previous choice later on the game
labels are like a tell me where to go thing, so saying "will i be able to maintain that path" is kinda wrong, you can maintain that path if you want to, or you can just jump to another label you choose. move on, do your normal stuff and when you need to do something that depends on that choice the ...
- Sat Nov 14, 2020 2:34 pm
- Forum: Ren'Py Questions and Announcements
- Topic: recall a user previous choice later on the game
- Replies: 5
- Views: 326
Re: recall a user previous choice later on the game
1 first of all why not just using jump number/alone again when you need it, you can use jump outside of the menus, its and independent line. 2 you can also just set the variable to false at the begining of number/alone label 3 anyways heres something i think will be useful for you, that does what y...
- Sat Nov 14, 2020 12:02 pm
- Forum: Ren'Py Questions and Announcements
- Topic: recall a user previous choice later on the game
- Replies: 5
- Views: 326
recall a user previous choice later on the game
Hello everyone, first and foremost, respect and thank you to all Developers. I'm trying to create a VN (by myself) focused on the story itself and soundtrack, since there is no 'ability' or hardware for anything else since I am no developer. Secondly, I'm trying to find the best option to recall/cal...
- Sat Oct 24, 2020 4:18 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Some questions about timed choices.
- Replies: 2
- Views: 504
Re: Some questions about timed choices.
You can use the pause(delay, hard=True) function. You add the seconds you want to pause the screen as delay, so if you want a 10 second pause you go pause(10). To have the player redirected anywhere you use flow controls like jumps and labels. You should read the renpy quickstart guide or watch ela...
Re: Guestbook
Name: Ricardo Location: Portugal (Lisbon) Comments: Hello to all, myself and a friend have been writing short stories and we would like to make the "jump" to visual novels. Basically, small steps, lots of research and questions. We will aim at something small and simple to see how it feels. Then, de...