- Mar 19, 2020
- 2,196
- 2,833
Quote from the F.A.Q. in the very first comment on this thread:Full traceback:
...
return SetDict(sys._getframe(1).f_locals, name, value)
AttributeError: 'ADVCharacter' object has no attribute '_getframe'
...
When you get this exception (just showing it partially here):
return SetDict(sys._getframe(1).f_locals, name, value)
AttributeError: 'ADVCharacter' object has no attribute '_getframe'
This is caused when a developer assigned something to Ren'Py's
You must be registered to see the links
"sys".By doing this they broke Ren'Py itself. You can fix this using these instructions.
It's not URM's fault, it's because the game developer screwed up.