- 7
- Posts
- 10
- Years
- Seen Aug 24, 2020
Hey all, I'm getting an error when I try to add a trainer battle with any Pokémon that has different forms. I haven't changed the script, and it happens with the new Pokémon I added as well as the standard that come with Pokémon Essentials 17.2. I'd really like to get this fixed 😢
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:129:in `new'
PTrainer_NPCTrainers:129:in `pbNewTrainer'
Spoiler:
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:129:in `new'
PTrainer_NPCTrainers:129:in `pbNewTrainer'