- Mar 31, 2020
- 1,677
- 3,054
Given that a lot of people are saying they completed the update, this is somehow a "me" problem I'm sure, but I keep getting this error repeatedly after starting with a save from the previous version:
File "game/chapter9/ch9start.rpy", line XXX, in <module>
NameError: name 'pitevents' is not defined
where "XXX" varies as a line number. I can ignore the error and it continues, but this happened 9 times in a row with only a good screen or two between the errors.
If I knew what 'pitevents' should be I could use the console to bypass it, but I have no idea what that variable is, what type it should be, or its value.
Anyone know what's going on with this or have a solution?
File "game/chapter9/ch9start.rpy", line XXX, in <module>
NameError: name 'pitevents' is not defined
where "XXX" varies as a line number. I can ignore the error and it continues, but this happened 9 times in a row with only a good screen or two between the errors.
If I knew what 'pitevents' should be I could use the console to bypass it, but I have no idea what that variable is, what type it should be, or its value.
Anyone know what's going on with this or have a solution?