Recent content by PokechuGamer

  1. P

    [Scripting Question] Last Pokemon dialogue and music change

    I didn't even know that it was included in it. I guess I should've searched harder ahaha. My bad, but thank you for letting me know it's in there!
  2. P

    [Scripting Question] Last Pokemon dialogue and music change

    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...
  3. P

    [Scripting Question] Last Pokemon dialogue and music change

    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...
Back
Top