- 76
- Posts
- 9
- Years
- Seen Oct 6, 2017
The first Pokémon in my party isn't sent out first. For example, if I had Wooper in my first slot and a Bulbasaur in my second slot, it would send out the Bulbasaur. If you were to have more Pokémon, it will choose a random one. If a random Pokémon goes out, and not the first one, the random Pokémon to go out will become the first in the party. This is a major problem in my game and any help would be appreciated. This only happens occasionally.
This was in errorlog.txt, but I don't know if it's related.
This was in errorlog.txt, but I don't know if it's related.
Code:
Exception: NoMethodError
Message: undefined method `pbDisplayPaused' for #<PokeBattle_Battler:0x92a8ee8>
PokeBattle_Battler:2136:in `pbTryUseMove'
PokeBattle_Battler:2518:in `pbUseMove'
PokeBattle_Battler:2812:in `pbProcessTurn'
PokeBattle_Battler:2811:in `logonerr'
PokeBattle_Battler:2811:in `pbProcessTurn'
PokeBattle_Battle:2594:in `pbAttackPhase'
PokeBattle_Battle:2593:in `each'
PokeBattle_Battle:2593:in `pbAttackPhase'
EliteBattle_Battle:212:in `pbStartBattleCore'
EliteBattle_Battle:211:in `logonerr'
Exception: NoMethodError
Message: undefined method `pbDisplayPaused' for #<PokeBattle_Battler:0x8d28da8>
PokeBattle_Battler:2136:in `pbTryUseMove'
PokeBattle_Battler:2518:in `pbUseMove'
PokeBattle_Battler:2812:in `pbProcessTurn'
PokeBattle_Battler:2811:in `logonerr'
PokeBattle_Battler:2811:in `pbProcessTurn'
PokeBattle_Battle:2594:in `pbAttackPhase'
PokeBattle_Battle:2593:in `each'
PokeBattle_Battle:2593:in `pbAttackPhase'
EliteBattle_Battle:212:in `pbStartBattleCore'
EliteBattle_Battle:211:in `logonerr'
Last edited: