Bigpokemonfan0
DBZFan13
- 82
- Posts
- 14
- Years
- Seen Apr 27, 2025
I try to make a wonder trade hub demo, so people could make this into a script.
I don't want to receive evolved Pokemon underleveled such as a level 14 Furret.
I kept trying to trade a pokemon not overleveled.
This script condition should not require '=>' for this to work. If a chosen Pokemon is level 14, then you could get Staravia instead of Starly in return.
Ex.
A script for this is only a request once I complete this demo. Black Eternity is offline for years and that script is outdated.
Using 'proc' might load the party ui twice.
I don't want to receive evolved Pokemon underleveled such as a level 14 Furret.
I kept trying to trade a pokemon not overleveled.
pbChooseTradablePokemon(1, 2, { if |pkmn| pkmn.hasType?(:NORMAL) && pkmn.level >= 1 && pkmn.level <= 13 } )
This script condition should not require '=>' for this to work. If a chosen Pokemon is level 14, then you could get Staravia instead of Starly in return.
Ex.
pbChooseTradablePokemon(1, 2, { if |pkmn| pkmn.hasType?(:NORMAL) && pkmn.level >= 14 && pkmn.level <= 33 } )
A script for this is only a request once I complete this demo. Black Eternity is offline for years and that script is outdated.
Using 'proc' might load the party ui twice.
Last edited: