leilou submitted a new resource:
Random_Pokémon - generates a random Pokémon with random moves,level,species
Read more about this resource...
Random_Pokémon - generates a random Pokémon with random moves,level,species
This script main purpose is to generate random Pokémon with the getRandomPokemon function. You can influence Species and moves with the appropriate white and blacklist. Random moves can be turned off. It's also possible to either set the level or have it generated randomly.
The function getRandomPokemon returns a PokeBattler_Pokemon ... so there is a function addPokemon that can add PokeBattler_Pokemon to your team/storage.
There are also the functions getAllPokemonList, filterUnevolved...
Read more about this resource...