• 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!
  • It's time to vote for your favorite Pokémon Battle Revolution protagonist in our new weekly protagonist poll! Click here to cast your vote and let us know which PBR protagonist you like most.
  • 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] Errors with some of the base script

  • 3
    Posts
    7
    Years
    • Seen May 30, 2021
    It's been a little while since I tried starting a new game in my testing and now that I have I have a couple errors with some of the pre-programmed script and I don't know what I did. Here is the error code though. To my knowledge I haven't changed anything in defining methods like the Pokedex or messed with any of the start menu functions.

    Exception: NoMethodError

    Message: undefined method `pokedexSeen' for nil:NilClass

    PSystem_Utilities:992:in `pbSetViableDexes'

    PSystem_Utilities:989:in `each'

    PSystem_Utilities:989:in `pbSetViableDexes'

    PScreen_PauseMenu:92:in `pbStartPokemonMenu'

    Scene_Map:127:in `call_menu'

    Scene_Map:213:in `update'

    Scene_Map:234:in `main'

    Scene_Map:231:in `loop'

    Scene_Map:236:in `main'

    Main:49:in `mainFunctionDebug'
     
    This error tends to occur because the player was not correctly set up.
    You should use the example events on the intro map as a base to creating a player. The longer one is more for a final project, while the short one is used to get you into the game fast. Do make sure you set one of them to autorun as well.
     
    Back
    Top