- 2
- Posts
- 3
- Years
- Seen Apr 21, 2022
Hi, so i'm fearly new to pokemon essentials,
i've managed a few things but i am literally torturing myself with this one...
So, i'm trying to use the pbChoosePokemon to open a party pokemon selection when you use your bike, this much i have managed changing the script to activate a switch when using the bike, but what i am trying to pull off is that after this, depending on the pokemon you chose you get a certain sprite, like, if you chose Arcanine it would then run $Trainer.outfit=59 being the corresponding sprite.
my problem is basically to create the part that asks the program the following question:
is the chosen pokemon an Arcanine?
i've tryed conditional branching with v[1] == pbSpecies?(:ARCANINE) and many more combinations with no positive result
i've managed a few things but i am literally torturing myself with this one...
So, i'm trying to use the pbChoosePokemon to open a party pokemon selection when you use your bike, this much i have managed changing the script to activate a switch when using the bike, but what i am trying to pull off is that after this, depending on the pokemon you chose you get a certain sprite, like, if you chose Arcanine it would then run $Trainer.outfit=59 being the corresponding sprite.
my problem is basically to create the part that asks the program the following question:
is the chosen pokemon an Arcanine?
i've tryed conditional branching with v[1] == pbSpecies?(:ARCANINE) and many more combinations with no positive result