- 34
- Posts
- 5
- Years
- Seen Sep 20, 2024
Hey there everyone, so today waht I'm trying to achieve is quite simple; take the move Gastro Acid, and make it hit all Pokemon on the field as well as the user. This is what I have in the PBS:
And that, to me at least, all seems fine. I get this issue however, whenever the move is used:
Can anyone help out with what the potential issue may be? Again, many thanks for any help!
Code:
649,SUPPRESS,Suppress,068,0,DARK,Status,100,5,0,20,-1,bce,"The user channels a suppresive energy that makes all abilities unusable. It always moves last."
And that, to me at least, all seems fine. I get this issue however, whenever the move is used:
Code:
---------------------------
Pokemon Essentials
---------------------------
[Pokémon Essentials version 17.2]
Exception: NoMethodError
Message: undefined method `effects' for nil:NilClass
PokeBattle_MoveEffects:2858:in `pbEffect'
PokeBattle_Battler:3157:in `pbUseMove'
PokeBattle_Battler:3156:in `logonerr'
PokeBattle_Battler:3156:in `pbUseMove'
PokeBattle_Battler:3389:in `pbProcessTurn'
PokeBattle_Battler:3388:in `logonerr'
PokeBattle_Battler:3388:in `pbProcessTurn'
PokeBattle_Battle:2834:in `pbAttackPhase'
PokeBattle_Battle:2831:in `each'
PokeBattle_Battle:2831:in `pbAttackPhase'
Can anyone help out with what the potential issue may be? Again, many thanks for any help!