PowerFlower
Newbie
- Jul 1, 2017
- 89
- 269
- 256
I just ran into this as well. It has to do with lines like this "hide text with Dissolve". To fix it, you have to either provide an argument to Dissolve or use the lower-case version. Both "hide text with Dissolve(.5)" or "hide text with dissolve" will work. There are 5 bugs like this in the game starting at line 1707Only when auto if active?
Oh god, I barely understand how to code as it is, and I have no idea how auto would effect something like that
It's easy to miss in testing because if you click while the text is displayed Ren'Py will just skip the dissolve and pause. However if use "auto" or just wait it will throw an exception.