Search found 3 matches

by Tarish
Sun Jun 23, 2019 5:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Error trying to load save/load/preferences screen from custom menu
Replies: 4
Views: 810

Re: Error trying to load save/load/preferences screen from custom menu

Alex wrote: Thu Jun 20, 2019 6:23 pm Well, this is Sparta the GUI system, and you kind of broke it...
That's the actual story of my life :(

Thank you very much, I'll take a look at it, and see how I can fix everything. I was getting crazy trying to find the cause of the error, your answers have enlightened me.

Thank you!
by Tarish
Thu Jun 20, 2019 3:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Error trying to load save/load/preferences screen from custom menu
Replies: 4
Views: 810

Re: Error trying to load save/load/preferences screen from custom menu

Imperf3kt wrote: Thu Jun 20, 2019 3:14 pm I'm not sure but you have the actions inside a list.
Try removing the square brackets and see if it helps.

Code: Select all

action ShowMenu("load")
I've tried it already, but it didn't work, either. I'll edit the post with the things I've already tried.
by Tarish
Thu Jun 20, 2019 3:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Error trying to load save/load/preferences screen from custom menu
Replies: 4
Views: 810

Error trying to load save/load/preferences screen from custom menu

Hi there. I'm trying to make a custom game menu with imagebuttons, following that tutorial I found here: https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=22394#p283224 More or less, everything works correctly, but when I try to make the Save/Load/Preferences button go where they should, an...