- 7
- Posts
- 3
- Years
- Seen Apr 12, 2022
When I try to open the trainer card I get the error
[Pokémon Essentials version 19.1]
Exception: NoMethodError
Message: undefined method `width' for nil:NilClass
Backtrace:
279:UI_TrainerCard:30:in `pbStartScene'
279:UI_TrainerCard:107:in `pbStartScreen'
268:UI_PauseMenu:217:in `block (2 levels) in pbStartPokemonMenu'
080:MessageConfig:566:in `pbFadeOutIn'
268:UI_PauseMenu:214:in `block in pbStartPokemonMenu'
268:UI_PauseMenu:147:in `loop'
268:UI_PauseMenu:147:in `pbStartPokemonMenu'
032:Scene_Map:102:in `call_menu'
032:Scene_Map:197:in `update'
032:Scene_Map:218:in `block in main'
I must have accidentally removed the definition of width somewhere but I'm having trouble finding it by comparing my script to the unedited script. Can anyone help?
[Pokémon Essentials version 19.1]
Exception: NoMethodError
Message: undefined method `width' for nil:NilClass
Backtrace:
279:UI_TrainerCard:30:in `pbStartScene'
279:UI_TrainerCard:107:in `pbStartScreen'
268:UI_PauseMenu:217:in `block (2 levels) in pbStartPokemonMenu'
080:MessageConfig:566:in `pbFadeOutIn'
268:UI_PauseMenu:214:in `block in pbStartPokemonMenu'
268:UI_PauseMenu:147:in `loop'
268:UI_PauseMenu:147:in `pbStartPokemonMenu'
032:Scene_Map:102:in `call_menu'
032:Scene_Map:197:in `update'
032:Scene_Map:218:in `block in main'
I must have accidentally removed the definition of width somewhere but I'm having trouble finding it by comparing my script to the unedited script. Can anyone help?