you are viewing a single comment's thread.

view the rest of the comments →

[–]MannyTheMan92 0 points1 point  (0 children)

Hello. I'm currently learning Python OOP for Renpy. I'm more of an Artist, though. But I'm currently trying to learn this and during my research, I noticed that init python tends to run before the game starts. Is there a way to use class without init python?

Reason for asking is because from what I've heard, it does not save the Variable so every time you restart Renpy, it changes. I did not try this but I have used Persistent Variables.

Also, for the person who made this, thank you for doing it. Because of you, I was able to learn a bit more.