- 2
- Posts
- 11
- Years
- Seen Aug 22, 2024
I'm trying to make an event that checks if you have a male or female Jellicent in the team and the result changes according to its gender.
I tried with a conditional branch $player.has_species?(:JELLICENT_female), but it doesn't detect the gender. How can I make it detect the gender of both?
I tried with a conditional branch $player.has_species?(:JELLICENT_female), but it doesn't detect the gender. How can I make it detect the gender of both?