- Jan 19, 2020
- 12,382
- 49,471
- 892
This traceback you have is due to your correct assumption of rolling back PAST the point of the load. If loading an older save (pre-this update) then you can rollback but not past the exact point (scene) where the load occurred. This is because the variables required a populated at load, so when you roll back even one step those variables are nulled (it's a RenPy thing). That's the nitty-gritty of that issue you experienced. Regards.I just want to say thanks for not immediately ignoring bug reports like one dev who, when I decided to test an edge case out of boredom, said something like "I don't care that there is a valid path rejecting those LIs, but you ended up in a scene with one. Nobody in their right mind would do that, so I'm not fixing it."