- Pokémon Essentials Version
- v20.1 ➖
Can't decide on a name? Use the randomize button for some fun!
The randomize function is available at all naming screens: Player, Pokémon, etc.
The randomize function is available at all naming screens: Player, Pokémon, etc.
Download the .zip file and extract it into your game folder.
Merge the Graphics and Plugins folders.
Make sure you compile your game as it loads so the plugin loads!
Merge the Graphics and Plugins folders.
Make sure you compile your game as it loads so the plugin loads!
If your text entry method is the keyboard, you can press the F4 button on your keyboard to randomize the name.
If your text entry method is moving around the cursor to the different letters, you can either press F4 or put the cursor over the button that looks like a die and press USE.
Inside the file Randomized Names.rb is a setting called RANDOM_FROM_LIST, and by default it is set to true.
If true, the script will randomly pull a name from a list of names you define in Random Name List.rb
If RANDOM_FROM_LIST is set to false, the script will generate random names based on the function getRandomNameEx, which makes names like this:
Mius
Nyags
Lahu
Dojes
Gleeu
If your text entry method is moving around the cursor to the different letters, you can either press F4 or put the cursor over the button that looks like a die and press USE.
Inside the file Randomized Names.rb is a setting called RANDOM_FROM_LIST, and by default it is set to true.
If true, the script will randomly pull a name from a list of names you define in Random Name List.rb
If RANDOM_FROM_LIST is set to false, the script will generate random names based on the function getRandomNameEx, which makes names like this:
Mius
Nyags
Lahu
Dojes
Gleeu
- Credits
- Gardenette
FL