- Pokémon Essentials Version
- v20.1 ➖
ENLS's Random Utilities
Overview
These are basically just some functions and stuff that I've used in my recent games, and I thought they might be useful for others aswell. There's not much right now, but I guess I'll add more stuff if I come up with anything.
Features
- pbPartyIndex(species) - Returns the index number of a Pokémon in your party
- Example:
pbSet(3, pbPartyIndex("Bidoof"))
- Looks for a Bidoof in the party and sends it to game variable 3
- Example:
- pbSetPartyPosition(species, position, form) - Swaps party position of a certain Pokémon
- Example:
pbSetPartyPosition("Jirachi", 0")
- Looks for a Jirachi in the party and moves it to the first position. - Example:
pbSetPartyPosition("Vulpix", 0, 1")
- Looks for an Alolan Vulpix in the party and moves it to the first position.
- Example:
- Extract Credits from Debug Menu - A command in the Debug menu that extracts your credits from Scene_Credits to a file called "credits.txt".
- You can choose to include the plugin links in the text as hyperlinks, which is useful when including the credits on your game thread (using BBCode).
Downloads
Download v20+- Credits
- ENLS