How to make a NPC give a pokemon.

Karpy

NinjaFish Legion!
Member
Joined
Oct 30, 2018
Posts
49
so how do i make an NPC give the player a pokemon based on the players name.
i used pokemon essentials in rpgmaker XP
thanks.
 

Karpy

NinjaFish Legion!
Member
Joined
Oct 30, 2018
Posts
49
in the Pokemon lab im adding another pokeball that contains a Pokemon based on the players name. (if the players name is "Keith" then they can choose a Machop instead of the other starters Pokemon)
 
Okay, well here's something I did in Birdcall that might help:

The script $Trainer.name=="Relic" is checking if the player named themself that specific name. You can use this technique if you know the specific names you want to watch out for, like your friend's names, or swear words or whatever, but I think it does have to be case sensitive.
 
Top