- Pokémon Essentials Version
- v21.1 ✅
Modular pokemon selection
It is straightforward to use
How it works:
First, the player gets to choose a Pokemon from a list, and then the single entry pokedex page is provided (the one you see after catching a Pokemon). After that, confirm or go back to choosing.
Features:
First, go through the first 3 script sections and fit them to your game and willing
Next, add anywhere you want the function pbPokemonSelection(list, must_choose, settings)
# list - the list name as you set it on Pokemon Lists.rb
# must_choose (true by default) - must choose or can they cancel?
# setting (:DEFAULT by default) - the settings name as you set it on Settings.rb
For example:
You can also use it to choose your starter like this:
For any questions, problems, or requests- feel free to reply :)
It is straightforward to use
How it works:
First, the player gets to choose a Pokemon from a list, and then the single entry pokedex page is provided (the one you see after catching a Pokemon). After that, confirm or go back to choosing.
Features:
- Modular Pokemon Selection
- Download the zip file from the link above ("Go to download", top right)
- Extract it into your game's main folder
- Compile before starting to play
- Have fun!
- Graphics/UI/Modular Pokemon Selection - The graphic folder containing the background
- Plugins/Modular Pokemon Selection/[000] Configuration- Some general settings (right now only one...)
- Plugins/Modular Pokemon Selection/[001] Pokemon_Lists- Pokemon lists to use (you can add as you wish)
- Plugins/Modular Pokemon Selection/[002] Settings- Settings of choosing the Pokemon
- Plugins/Modular Pokemon Selection/[003] Main Script- Main script for the plugin
First, go through the first 3 script sections and fit them to your game and willing
Next, add anywhere you want the function pbPokemonSelection(list, must_choose, settings)
# list - the list name as you set it on Pokemon Lists.rb
# must_choose (true by default) - must choose or can they cancel?
# setting (:DEFAULT by default) - the settings name as you set it on Settings.rb
For example:
pbPokemonSelection(:Legendaries)
You can also use it to choose your starter like this:
pbAddPokemon(pbPokemonSelection(:Starting_Pokemon),5)
For any questions, problems, or requests- feel free to reply :)
- Credits
- ChampChar110