- 7
- Posts
- 10
- Years
- Seen Aug 24, 2020
Hey,
I'm working on my game, and I tried to add Genesect to a trainer and got the below error. I've tried to add other Pokémon with forms (like Arceus) and get the same problem.
[Pokémon Essentials version 17.2]
Exception: NoMethodError
Message: undefined method `formseen' for nil:NilClass
PSystem_PokemonUtilities:224:in `pbSeenForm'
Pokemon_Forms:19:in `form='
Pokemon_Forms:9:in `form'
Pokemon_Forms:28:in `fSpecies'
PokeBattle_Pokemon:850:in `baseStats'
PokeBattle_Pokemon:886:in `calcStats'
PokeBattle_Pokemon:967:in `__mf_initialize'
Pokemon_Forms:43:in `initialize'
PTrainer_NPCTrainers:128:in `new'
PTrainer_NPCTrainers:128:in `pbNewTrainer'
I've Googled and can't find anything. Does anyone have any advice how to fix or any work arounds? I don't want to have to remove all forms from my game.
I'm working on my game, and I tried to add Genesect to a trainer and got the below error. I've tried to add other Pokémon with forms (like Arceus) and get the same problem.
Spoiler:
[Pokémon Essentials version 17.2]
Exception: NoMethodError
Message: undefined method `formseen' for nil:NilClass
PSystem_PokemonUtilities:224:in `pbSeenForm'
Pokemon_Forms:19:in `form='
Pokemon_Forms:9:in `form'
Pokemon_Forms:28:in `fSpecies'
PokeBattle_Pokemon:850:in `baseStats'
PokeBattle_Pokemon:886:in `calcStats'
PokeBattle_Pokemon:967:in `__mf_initialize'
Pokemon_Forms:43:in `initialize'
PTrainer_NPCTrainers:128:in `new'
PTrainer_NPCTrainers:128:in `pbNewTrainer'
I've Googled and can't find anything. Does anyone have any advice how to fix or any work arounds? I don't want to have to remove all forms from my game.