- 3
- Posts
- 15
- Years
- Seen Nov 16, 2009
Im using the latest pokemon essentials starterkit and am trying to figure things out before I begin making a game.
I use the "$Trainer.pokedex=true" to give the pokedex to the player like it says in the notes, but when i try to use it i get this error.
---------------------------
Pokemon Essentials
---------------------------
Exception: NameError
Message: undefined local variable or method `center' for #<Window_Pokedex:0x9afc6b0>
PokemonPokedex:62:in `refresh'
PokemonPokedex:45:in `each'
PokemonPokedex:45:in `refresh'
PokemonPokedex:21:in `commands='
PokemonPokedex:412:in `pbRefreshDexList'
PokemonPokedex:295:in `pbStartScene'
PokemonPokedex:873:in `pbStartScreen'
PokemonMenu:145:in `pbStartPokemonMenu'
PokemonMenu:142:in `pbFadeOutIn'
PokemonMenu:142:in `pbStartPokemonMenu'
This exception was logged in errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
I know some other people are having the same problem from viewing their posts, but after digging I didn't see any answers.. anyone have an idea how to fix this?
Sorry if there was already an answer and I missed it somehow.
I use the "$Trainer.pokedex=true" to give the pokedex to the player like it says in the notes, but when i try to use it i get this error.
---------------------------
Pokemon Essentials
---------------------------
Exception: NameError
Message: undefined local variable or method `center' for #<Window_Pokedex:0x9afc6b0>
PokemonPokedex:62:in `refresh'
PokemonPokedex:45:in `each'
PokemonPokedex:45:in `refresh'
PokemonPokedex:21:in `commands='
PokemonPokedex:412:in `pbRefreshDexList'
PokemonPokedex:295:in `pbStartScene'
PokemonPokedex:873:in `pbStartScreen'
PokemonMenu:145:in `pbStartPokemonMenu'
PokemonMenu:142:in `pbFadeOutIn'
PokemonMenu:142:in `pbStartPokemonMenu'
This exception was logged in errorlog.txt.
Press Ctrl+C to copy this message to the clipboard.
---------------------------
OK
---------------------------
I know some other people are having the same problem from viewing their posts, but after digging I didn't see any answers.. anyone have an idea how to fix this?
Sorry if there was already an answer and I missed it somehow.