Create a starter choice
As in all official Pokemon games, your Fangame can have a Starter Pokemon choice (also known as Starters
) .
Getting it thanks to a NPC
To make a starter choice, you have to understand how to give a Pokemon. if you know that, you can begin to follow this tutorial.
The first step is to create a variable called Starter
. Then, add a condition to your event, like this :
Starter
value (1 for the first Pokémon, 2 for the second one, etc...). It’s useful for you if you wish to fight a different Pokemon depending on the starter (against the Rival character for example).
The last step is easy, create a second page which will be enabled if the local switch [A] is enabled, to avoid the player to choose several Pokemon.
Getting a Pokemon with a ball (1G / 2G)
This method is the easiest one, you have to create an event (Ball) and to configure it like this :
Starter
value depending on the chosen Pokémon.