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.
Okay! So I found that this script does work with EBS if you change one small thing. My issue was the fact that the opponent's health bar was not reappearing. This was due to the script @scene.pbHideOpponent. Simply changing that to @scene.pbHideOpponent(0) will only tell the game to hide the...
Hey there! I used this exact code for the game I am making, and once the trainer left the screen after saying their line, the opponent's Pokemon's status bar could no longer be seen. I imagine this has something to do with "pbDisplayPause()", but I'm unsure how to fix it? Every other bit of the...