Search found 2 matches

by ansorensen
Wed Jul 12, 2023 7:33 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Custom classes & KeyErrors, best practices for custom Python in Ren'Py
Replies: 1
Views: 577

[SOLVED] Custom classes & KeyErrors, best practices for custom Python in Ren'Py

So I've searched through other issues on customer classes in Ren'Py, and I haven't found the answer for this particular issue or more general guidance on the best way to store complex stat data in Ren'Py generally. I have a class defined: init python: DEFAULT_STATS = {...nested dict of stats...} imp...
by ansorensen
Wed Jul 12, 2023 7:09 am
Forum: Welcome!
Topic: Guestbook
Replies: 5531
Views: 3700496

Re: Guestbook

Hi, I'm Alec, in Austin Texas.

Out of all the game makers I've tried, Ren'Py seems the most straightforward way to tell a story with beautiful, custom visuals. I'm just trying to figure out how to blend custom Python variables and classes with the Ren'Py code so I can add RPG elements.