Got error for the start when enter character name
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 1131, in script
File "game/script.rpy", line 1131, in <module>
NameError: name 'softkey_not_visible' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 1131, in script
File "renpy/ast.py", line 821, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/script.rpy", line 1131, in <module>
File "renpy/exports\inputexports.py", line 177, in input
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2259, in interact
File "renpy/display\core.py", line 3082, in interact_core
File "renpy/display\core.py", line 1788, in event_wait
NameError: name 'softkey_not_visible' is not defined
```