Deleted member 1808184
Member
- Nov 24, 2019
- 283
- 264
- 94
For the record, putting this code on the special after_load label after an appropriate version check is what makes backwards compatibility possible. (when Ren'Py fails)af = Character("Alex", color = "#FFFC3A", image = "alexform")
It is kinda a pain finding everything which changed (unless you use (and know how to use) a decent version control software like Git) and correcting it on after_load, though. (And not always you can magically fix everything with defaults. Specially if story changes).