- 15
- Posts
- 6
- Years
- I live in England, which is in the UK.
- Seen Jul 1, 2022
I implemented Marcello's 'ZMoveAddOn', and when entering a battle, I get this error:
I didn't think I changed anything Z-Move related, though I added just the Gen 7 abilities.
I tested out a fresh project with just the Z-Move scripts in, and it worked fine.
Someone please help me? Thanks in advance.
Code:
---------------------------
Pokémon Universal
---------------------------
[Pokémon Essentials version 17.2]
Exception: NoMethodError
Message: undefined method `zmove' for nil:NilClass
PokeBattle_Battle:1067:in `pbPriority'
PokeBattle_Battle:1048:in `each'
PokeBattle_Battle:1048:in `pbPriority'
PokeBattle_Battle:2144:in `pbOnActiveAll'
PokeBattle_Battle:2648:in `pbStartBattleCore'
PokeBattle_Battle:2473:in `pbStartBattle'
PField_Battles:98:in `pbWildBattle'
PField_Battles:97:in `pbSceneStandby'
PField_Battles:99:in `pbWildBattle'
PField_Battles:96:in `pbBattleAnimation'
I tested out a fresh project with just the Z-Move scripts in, and it worked fine.
Someone please help me? Thanks in advance.