• 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.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Form Trader Party/PC

v21.1 Form Trader Party/PC V2.1

This resource pertains to version 21.1 of Pokémon Essentials.
Updated to take away (hopefully) all the unwanted options, such as Ash's Greninja.
I've completely re-written the script as it was. Game variables are no longer used. Now it's all in script variables.
The pbFormTrader script has been written to display "Able" and "Not able" while in the Party screen, for quickly seeing who's eligible.
Added Form Trading From PC to the script as well.
Choose either pbFormTrader or pbFormTraderPC for party trading or PC trading, respectively.
I've added arguments into the method, and they're optional.
The argument order for both is the same. (nickName, trainerName, trainerGender)
If setting these arguments:
Nickname = Nickname of the Pokemon coming back to you.
Trainer name = Name of the Trainer trading you. (OT)
Trainer gender = Gender of the Trainer trading you.

If left blank, pbFormTrader, the default will be as follows.
Nickname = Will default to the Pokemon's name.
Trainer name = Will default to the NPC Event's name in-game.
Trainer gender = Will default to 0 (male).
Adjusted to remove Mega Forms from the selection list.
Back
Top