Search found 1 match

by e463gx
Sun Sep 26, 2021 4:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Complex Nested Class
Replies: 0
Views: 449

Complex Nested Class

Hoping to get some guidance here, as I am trying to make a somewhat complicated class system. What I would like to do is have a class that then has an inner class around popularity. class Survivor: def __init__(self, name, strength=None, intelligence=None, agility=None, charisma=None): self.name = n...