- 1
- Posts
- 282
- Days
- Seen Jul 28, 2024
Hello, I've been getting this error when launching my game ever since I changed some of the scripts for EBDX. I made an edit so the game would prioritize animated sprites over still sprites. I used the code from this post and it started giving me the error (https://www.pokecommunity.com/threads/animated-sprites-ebdx-problem-19-1.453527/).
Because it started giving me the error, I undid the changes and it still gave me the error. I tried replacing the script file entirely with an unedited version and it still gave me the error. The error is listed below.
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Error in Plugin: [Elite Battle: DX]
Exception: NameError
Message: undefined method `pbCanSleep?' for class `PokeBattle_Battler'
Backtrace:
[Elite Battle: DX] Boss Immunities.rb:9:in `<class:PokeBattle_Battler>'
[Elite Battle: DX] Boss Immunities.rb:4:in `<main>'
Section008:653:in `eval'
Section008:653:in `block (2 levels) in runPlugins'
Section008:643:in `each'
Section008:643:in `block in runPlugins'
Section008:634:in `each'
Section008:634:in `runPlugins'
Section386:28:in `mainFunctionDebug'
Section386:18:in `block in mainFunction'
Because it started giving me the error, I undid the changes and it still gave me the error. I tried replacing the script file entirely with an unedited version and it still gave me the error. The error is listed below.
[Pokémon Essentials version 20.1]
[v20.1 Hotfixes 1.0.7]
Error in Plugin: [Elite Battle: DX]
Exception: NameError
Message: undefined method `pbCanSleep?' for class `PokeBattle_Battler'
Backtrace:
[Elite Battle: DX] Boss Immunities.rb:9:in `<class:PokeBattle_Battler>'
[Elite Battle: DX] Boss Immunities.rb:4:in `<main>'
Section008:653:in `eval'
Section008:653:in `block (2 levels) in runPlugins'
Section008:643:in `each'
Section008:643:in `block in runPlugins'
Section008:634:in `each'
Section008:634:in `runPlugins'
Section386:28:in `mainFunctionDebug'
Section386:18:in `block in mainFunction'