• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
ENLS's Random Utilities

v20.1 ENLS's Random Utilities 1.1

This resource pertains to version 20.1 of Pokémon Essentials.
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
  • 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.
  • 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
Author
ENLS
Downloads
797
Views
4,532
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from ENLS

Latest updates

  1. Version 1.1

    ENLS's Random Utilities has been updated to work with Essentials v20

Latest reviews

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Back
Top