Search found 2 matches

by Vanderer
Sat Nov 21, 2020 10:54 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Problem with classes not working with rollback.
Replies: 2
Views: 633

Re: Problem with classes not working with rollback.

Thanks, i found the problem. Well, a helpful dev on the f95 forums found the problem. First, you were right, i was talking about instances, thanks for pointing it out. and the code probably looks old, you can optimize it by not importing any stuff in your init python, you can directly use the object...
by Vanderer
Thu Nov 19, 2020 7:46 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Problem with classes not working with rollback.
Replies: 2
Views: 633

[SOLVED]Problem with classes not working with rollback.

Hello guys, and gals, i have a problem with my inventory system. I decided to use code from the cookbook (https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=44730#p458992) and modify it slightly. But, while the item i add are working, the save/load included, the rollback function of the game...