Search found 4 matches

by Livinginafreeworld
Sat Oct 02, 2021 4:57 am
Forum: Ren'Py Questions and Announcements
Topic: Using Numpad-Numbers with keysym
Replies: 2
Views: 344

Re: Using Numpad-Numbers with keysym

Ocelot wrote: Sat Oct 02, 2021 4:50 am Image
Image
Thank you very much, :D :D :D . I somehow missed this link while reading. :oops:
by Livinginafreeworld
Sat Oct 02, 2021 4:42 am
Forum: Ren'Py Questions and Announcements
Topic: Using Numpad-Numbers with keysym
Replies: 2
Views: 344

Using Numpad-Numbers with keysym

Hi, I'm trying to use numpad-numbers to trigger an imagebutton with keysym. But by now, I didn't find the right strings to adress them. Tried some thinkable possibilities like (for number 1): "num1", "Num1", "numpad1", "Numpad1", "NumPad1", "NUM...
by Livinginafreeworld
Sun Jul 25, 2021 12:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy Controlflow - Ren'py-return after label-call by Python-function
Replies: 4
Views: 961

Re: Renpy Controlflow - Ren'py-return after label-call by Python-function

Thank you very much for your answers. so in my own words, it's mainly because everything inside of a "python:-statement" is only counted as one renpy statement, where the call returns before or after, if I understand it right. Special thanks to strayerror for the source code. With addition...
by Livinginafreeworld
Sat Jul 24, 2021 12:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Renpy Controlflow - Ren'py-return after label-call by Python-function
Replies: 4
Views: 961

Renpy Controlflow - Ren'py-return after label-call by Python-function

Hi, I have a question about the control flow of ren'py (7.4.1). For a VN, I wanted to build kind of a replay function in which you can decide to view one or many scenes in one go. The replayed scenes are called by label and have a return command to return to the gallery. To view many scenes at once,...