Search found 4 matches

by TheAlleyGuy
Sat Aug 26, 2023 9:08 am
Forum: Completed Games
Topic: "Last Resort" will be released on August 28!
Replies: 1
Views: 4696

Re: "Last Resort" will be released on August 28!

Good luck with your project! I wishlisted!
by TheAlleyGuy
Sat Aug 26, 2023 8:43 am
Forum: Ren'Py Questions and Announcements
Topic: I CLICK IN ONE ITEM BUT ALL ITEMS ARE HIGHLIGHTED ON THE LIST
Replies: 7
Views: 668

Re: I CLICK IN ONE ITEM BUT ALL ITEMS ARE HIGHLIGHTED ON THE LIST

Thanks to all of you guys! With your help I was able to understand a little more about the behavior of screens, actions and buttons. I decided to do this in a different way by using a label to mediate between the 2 screens, maybe it's not the cleanest way to do it but it's working for now. for i in ...
by TheAlleyGuy
Fri Aug 25, 2023 6:18 pm
Forum: Ren'Py Questions and Announcements
Topic: I CLICK IN ONE ITEM BUT ALL ITEMS ARE HIGHLIGHTED ON THE LIST
Replies: 7
Views: 668

Re: I CLICK IN ONE ITEM BUT ALL ITEMS ARE HIGHLIGHTED ON THE LIST

Could you provide the code for quest selection? The quest selection is made by the action of a textbutton, when the player select the quest from the list currentQuest_screen will be showed passing the QuestObject by argument. this happens in the last line of this code, and its the line that I sende...
by TheAlleyGuy
Fri Aug 25, 2023 2:08 pm
Forum: Ren'Py Questions and Announcements
Topic: I CLICK IN ONE ITEM BUT ALL ITEMS ARE HIGHLIGHTED ON THE LIST
Replies: 7
Views: 668

I CLICK IN ONE ITEM BUT ALL ITEMS ARE HIGHLIGHTED ON THE LIST

I'm creating a journal to view quests. The quests are objects and every one is stored inside a list. https://preview.redd.it/blveskue6akb1.png?width=473&format=png&auto=webp&s=99adc0a73d18baa34712c76c75a3cffebafc7dbf I have a screen that make a for loop showing all the items inside my li...