Search found 4 matches

by Eva Kiss
Wed Apr 26, 2017 4:36 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: name is not defined after loading
Replies: 5
Views: 679

Re: NameError: name is not defined after loading

Hey, I think the problem was precisely this. The old save could not find the variable for some reason. Beginning a new game, saving it and loading that file did not give me any problem. I suppose the save file could not update some of the information that was changed or something like that... It see...
by Eva Kiss
Wed Apr 26, 2017 2:49 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: name is not defined after loading
Replies: 5
Views: 679

Re: NameError: name is not defined after loading

I'm fiddling with it. I deleted the default variables. I managed to make some of the faulty statements work, but I'm not sure how. I think maybe it has to do with the fact that the "True" status were being set under another "if" statement, even if the previous "False" s...
by Eva Kiss
Wed Apr 26, 2017 1:55 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: name is not defined after loading
Replies: 5
Views: 679

Re: NameError: name is not defined after loading

EDIT: If I load at the point were the variable is set, and I roll back, and progress ahead the problem does not show. So, the problem seems to be, the variable resets after I load the game. The thing is, this does not happen with all my variables. Some that I set long before still work fine. And i c...
by Eva Kiss
Wed Apr 26, 2017 1:42 pm
Forum: Ren'Py Questions and Announcements
Topic: NameError: name is not defined after loading
Replies: 5
Views: 679

NameError: name is not defined after loading

Please help, this is driving me crazy! I use and "if == True" statement to show a line of text at one point in the game. The problem happens when I reach this point and the statemen is not "True". The game should just ignore the text and follow along. The variable is set to "...