Thread: [Question] The Ultimate Test script?
View Single Post
  #3  
Unread November 22nd, 2012, 06:02 AM
thor348's Avatar
thor348
That's Oak to You
 
Join Date: Nov 2012
Location: Arizona
Gender: Male
Nature: Calm
Quote:
Originally Posted by FL . View Post
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?
Reply With Quote