- 2
- Posts
- 171
- Days
- Seen Nov 10, 2024
I tried this method and now there is no black screen, but then a new error appear right before showing the "command/action box":The much easier way to do it (and how I'll implement it in the plugin when I update it) is to just make a dummy method calleddef databoxStyle; return nil; end
in the SafariBattle class in the plugin placeholders script.
[2024-11-10 10:31:27 +0000]
[Pokémon Essentials version 21.1]
[v21.1 Hotfixes 1.0.9]
Exception: NoMethodError
Message: undefined method `style' for #<Battle::Scene::SafariDataBox>
Backtrace:
[Deluxe Battle Kit] [008] Databox Styles.rb:342:in `createProcesses'
Battle_Scene_BaseAnimation:12:in `initialize'
Battle_Scene_Animations:186:in `initialize'
SafariBattle:222:in `new'
SafariBattle:222:in `pbSafariStart'
[Deluxe Battle Kit] [001] Animation Utilities.rb:296:in `pbStartBattle'
SafariZone:133:in `block (2 levels) in pbSafariBattle'
Overworld_BattleIntroAnim:55:in `pbSceneStandby'
SafariZone:133:in `block in pbSafariBattle'
Overworld_BattleIntroAnim:128:in `pbBattleAnimation'