- 428
- Posts
- 5
- Years
- Zekko
- Seen Nov 21, 2023
Code:
[Pokémon Essentials version 19.1]
[Generation 8 Project v1.1.0]
[v19.1 Hotfixes 1.0.7]
Exception: NameError
Message: undefined local variable or method `target' for #<PokeBattle_Battler>
Backtrace:
155:Battler_UseMove:721:in `block in pbProcessMoveHit'
155:Battler_UseMove:720:in `each'
155:Battler_UseMove:720:in `pbProcessMoveHit'
155:Battler_UseMove:433:in `block in pbUseMove'
155:Battler_UseMove:431:in `each'
155:Battler_UseMove:431:in `pbUseMove'
155:Battler_UseMove:60:in `block in pbProcessTurn'
012:PBDebug:6:in `logonerr'
155:Battler_UseMove:59:in `pbProcessTurn'
181:Battle_Phase_Attack:127:in `block (2 levels) in pbAttackPhaseMoves'
When any attack is used the error pops up. Then the attack is performed again if the mon isn't fainted. If it is fainted, the error pops up again and again until the game is turned off.