• 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!
  • Scottie, Todd, Serena, Kris - which Pokémon protagonist is your favorite? Let us know by voting in our poll!
  • 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.

More than 3 starters?

Status
Not open for further replies.

Faore

:D
  • 24
    Posts
    12
    Years
    • Seen Oct 14, 2013
    Is there a script to add more than 3 starters. I want to add starters from all regions :D
     
    I thought starters are added by events created in the maker. The only script used is pbAddPokemon.

    Now, I don't know how the player actually picks the starter in your game. If it's the "classic" way, like picking a Pokeball from the table, create a Pokeball for every starter, with 3 pages:
    1) On the first page, make a message similar to "Would you like *insert starter name*?", and a Yes/No choice. If yes, then make a pbAddPokemon script, along with a selfswitch A, and a global switch that indicates that the player has chosen a starter already.
    2) The condition for the second page should be the global switch - the graphic should display a Pokeball, and when the player interacts with it, a message should appear like "This is one of professor *professor name* remaining Pokemon", or something else that indicates that the player has already chosen a Pokemon.
    3) The third page is blank, and the condition is the selfswitch. This way, the Pokeball the player chose will disappear.

    That should do it, I think.
     
    It is entirely possible. The game I'm making has 14 starters. Every starter from Kanto to Sinnoh, this includes Yellow version starters (Eevee and Pikachu) its done the same way. Just make sure you change the value. Normally it would be 1-3 but you just increase the value by one for each new starter.
     
    Status
    Not open for further replies.
    Back
    Top