Thank you! But alas I am still crashing when the name entry should be coming up. (no crash without mod)
While running game code:
File "renpy/common/000window.rpy", line 114, in _window_auto_callback
_window_show(auto=True)
File "renpy/common/000window.rpy", line 69, in _window_show
renpy.with_statement(trans)
File "game/ShaddyScreens.rpy", line 151, in execute
screen say(who, what):
File "game/ShaddyScreens.rpy", line 151, in execute
screen say(who, what):
File "game/ShaddyScreens.rpy", line 154, in execute
window:
File "game/ShaddyScreens.rpy", line 173, in execute
if persistent.say_window_alpha < 0.6:
File "game/ShaddyScreens.rpy", line 173, in <module>
if persistent.say_window_alpha < 0.6:
TypeError: '<' not supported between instances of 'NoneType' and 'float'