I want to be able to have the player input a name for their character in the beginning. I downloaded the SoftKeyboard and placed the folder where it told me to, but I just keep getting:
I'm sure what this means, and have tried to fix it in many ways. If someone can help me fix it, or can tell me a simpler way for a player to input their own name into my game, please let me know ASAP.I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 69, in script
call screen input_softkeyboard
Exception: Screen input_softkeyboard is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "F:\****'s work\Project Files\RenPy\renpy\execution.py", line 261, in run
File "F:\****'s work\Project Files\RenPy\renpy\ast.py", line 1405, in execute
File "F:\****'s work\Project Files\RenPy\renpy\ast.py", line 1418, in call
File "F:\****'s work\Project Files\RenPy\renpy\statements.py", line 100, in call
File "common/00statements.rpy", line 540, in execute_call_screen
File "F:\****'s work\Project Files\RenPy\renpy\exports.py", line 1525, in call_screen
File "F:\****'s work\Project Files\RenPy\renpy\display\screen.py", line 446, in show_screen
Exception: Screen input_softkeyboard is not known.
My other question is in creating menus. If you have a menu with multiple choices, and you want all of them but one ("Continue") to reroute back to the start of the menu, how would you do this? (Note: I have multiple menus in my game, if this affects anything.)
I would like answers to these questions ASAP, if possible: This is for a school project, not on my own personal time. Thanks very much and I appreciate the help!
