• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Staff applications for our PokéCommunity Daily and Social Media team are now open! Interested in joining staff? Then click here for more info!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

First Pokémon in party isn't going out in battle

  • 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.
    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:
    To fix the error that appears (which is unrelated to your real problem), I'm guessing it says
    Code:
    pbDisplayPaused(_INTL("..

    but it needs to say

    Code:
    @battle.pbDisplayPaused(_INTL("..

    No idea what you've done in your code that would cause your problem.
     
    Back
    Top