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.
Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
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.
How can i make the player choose two specific pokemon? like, if the player choose pikachu and marill it gives him a pokeball (for example). Is it possible to do that with a conditional branch?
How can i make the player choose two specific pokemon? like, if the player choose pikachu and marill it gives him a pokeball (for example). Is it possible to do that with a conditional branch?
I wanted to add fusions to my game, so the event was like:
- choose two pokemon to fuse.
<open the party menu and choose two pokemon able to fuse (for example gardevoir and gallade)>
Than it deletes the two chosen pokemon and add to the party the fusion (I've already made it: galladoir)
Since in my game there are like 4/5 fusion (but i will add more), using the "HasSpecies" code the NPC had to check every pokemon able to fuse and it will be like:
- oh, your gardevoir can fuse with your gallade. Would you fuse them? If no:
- oh, your X can fuse with your Y. Would you fuse them? if no:
- oh, your...
It's a bit annoying.
But if it opens the party screen the player can choose the pokemon it wants to fuse. I know it's a bit hard to make.
PS. I'm not english, so sorry if didn't explained good.