Quote:
Originally Posted by FL .
Just add the code in the module:
Code:
def self.change(party)
if !$PokemonGlobal.pokemonSelectionOriginalParty
$PokemonGlobal.pokemonSelectionOriginalParty=$Trainer.party
end
$Trainer.party=party
end
|
why and where in the module do I add this?