- 1,224
- Posts
- 10
- Years
- Omnipresence
- Seen Aug 8, 2023
This script can be utilized to initiate trades that allow you to choose a pokemon from your PC or party to trade, rather than just your party.
Add this script in a separate section above the main (and below the PScreen_Stroage)
Script is here
To call, simply make an event with something like this
This is trading a Kindra for a female Dragonair
Add this script in a separate section above the main (and below the PScreen_Stroage)
Script is here
To call, simply make an event with something like this
Code:
pbTradeFromPC(:KINGDRA,35,"Fred",0,nil,proc {|poke|
!poke.isEgg? &&
!(poke.isShadow? rescue false) &&
poke.gender==1 &&
poke.species==PBSpecies::DRAGONAIR
})
Last edited: