- 41
- Posts
- 4
- Years
- Seen Sep 19, 2023
It's me again, Margaret.
So i'm trying to do wild battles where you cannot catch the pokemon in question. I tried following Thundaga's guide but that apparently doesn't work for V18.
So i messed around some and came up with the following.
I put this above the If trainer battle portion of PokeBattle_BattleCommon. It successfully blocks a ball from being used but rather than actually display the text or anything it gives me an error message that doesn't crash the game. It just errors like this but you can still play the game and the ball is lost.
https://drive.google.com/file/d/1e9Uv4tSooW3ZKO1g22rqw6yQjCpwuHtv/view?usp=sharing
Any idea how to make this display the text?
So i'm trying to do wild battles where you cannot catch the pokemon in question. I tried following Thundaga's guide but that apparently doesn't work for V18.
So i messed around some and came up with the following.
Code:
if $game_switches[command.parameters[100]] = true
pbDisplay(_INTL("The Pokémon smacked away your Poké Ball!"))
return
end
I put this above the If trainer battle portion of PokeBattle_BattleCommon. It successfully blocks a ball from being used but rather than actually display the text or anything it gives me an error message that doesn't crash the game. It just errors like this but you can still play the game and the ball is lost.
https://drive.google.com/file/d/1e9Uv4tSooW3ZKO1g22rqw6yQjCpwuHtv/view?usp=sharing
Any idea how to make this display the text?
Last edited: