• The Eevee Expo Game Jam #10 has concluded, congratulations to all participants! Now it's time for the judges to play through the games, and you can play along to vote who deserves the community choice spotlight.
    You can check out the submitted games here!
    Play through the games and provide some feedback to the devs while you're at it!
  • Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
Form Trader Party/PC

v21.1 Form Trader Party/PC V2.0

This resource pertains to version 21.1 of Pokémon Essentials.
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