• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

I'm trying to add a gym leader and it's not working

Your problem is, your trainer type and trainer isn't defined.
In your script, you wrote:
Code:
pbTrainerIntro(:Gym Leader)

That raised the error you got, because instead of "Gym Leader", you're supposed to put in a Trainer Type's Internal Name instead. So for example if you defined your Gym Leader's Trainer type to be LEADER_Tom in the trainertypes PBS file, then you would type
Code:
pbTrainerIntro(:LEADER_Tom)

I suggest checking out the Wiki. This link leads to the trainers page.
 
Back
Top