Talothral A bug and some nonfunctional stuff. The bug mayhap already reported, is in the last section of the debug stuff line 1287 of messaround.rpy has
if not hasattr(store, "u7_Lets_Fix_This_Thing_With_Gweyr", False):
that
,False
causes an error.
Although it shouldn't be like that, I blame 4 AM coding for that. It doesn't pop an error on me. But sorted regardless.
Also there are two style_prefix
lines that I don't think do anything and cause an error under renpy8 line 409 and 595 of messaround.rpy I checked and I can't see any difference with them commented out under renpy8 and with them in under 7 obviously doesn't matter much but if they are supposed to do something they don't appear to.
Again no error for me, granted I do use ancient version of ren'py anyway and the code used will break in 8 for some reason, at least the few test runs I did. However, that being said, the styles are copied ren'py defaults (from screens.rpy), could have used them but made separate styles simply because I needed to alter them to be more visually clear, namely forcing using the default font although that reminded me to change things for the variable page as well. So take that as you will.
Not a bug but is it intended that Kaone remains with her fake name set and thus marked as unknown in the debug?
No, that's not intentional. Frankly, it matters fairly little since if she appears again I might even use a different name at that time, but it's mostly there so people can force it if things break because of course they do.