• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Error] uninitialized constant USEKEYBOARDTEXTENTRY

  • 4
    Posts
    5
    Years
    Hello everybody! I am new here, I hope to have categorized correctly.
    I must say that I am really not familiar with scripts and I am making a game just for fun, so I usually just follow tutorials and modify the fantastic premade tools of the starter kit.
    I am currently trying to make a new Professor Lecture at the beginning but, when I playtest, when I should insert the name I incur in this problem:

    Exception: RuntimeError
    Message: Script error within event 1, map 147 ():
    Exception: NameError
    Message: Section053:1601:in `pbEnterText'uninitialized constant USEKEYBOARDTEXTENTRY
    ***Full script:
    pbTrainerName

    Interpreter:243:in `pbExecuteScript'
    TextEntry:1618:in `pbEnterPlayerName'
    PSystem_Utilities:566:in `pbTrainerName'
    (eval):1:in `pbExecuteScript'
    Interpreter:1606:in `eval'
    Interpreter:243:in `pbExecuteScript'
    Interpreter:1606:in `command_355'
    Interpreter:494:in `execute_command'
    Interpreter:193:in `update'
    Interpreter:106:in `loop'

    Interpreter:276:in `pbExecuteScript'
    Interpreter:1606:in `command_355'
    Interpreter:494:in `execute_command'
    Interpreter:193:in `update'
    Interpreter:106:in `loop'
    Interpreter:198:in `update'
    Scene_Map:103:in `update'
    Scene_Map:101:in `loop'
    Scene_Map:114:in `update'
    Scene_Map:68:in `main'


    I have not touched the Script section of "Enter text" of "player name", I have just installed the Elite battle system which works smoothly.
    Is anybody able to help me?
    Thank you anyway! :)

    EDIT: Sorry I forgot to give a proper title to the thread! -.-'
     
    Last edited:
    It worked! :) Thanks man, I didn't realize it was that easy... Thank you very much really!!!
     
    Back
    Top