- 1
- Posts
- 1
- Years
- Seen Jun 26, 2023
So I'm helping do some coding for a friend and I keep running into an issue. Basically I want to make a Pokemon change its form depending on if it has a status condition or not, and then revert back once the status is gone. Like if the Pokemon was Poisoned, it would change its form for the duration of the Poison, and then revert back to its base form once Poison ended.
I tried replicating Shaymin's code and the Pokemon changes form when it gets the status effect, but the Pokemon doesn't revert back to its original form once the status is healed.
I tried replicating Shaymin's code and the Pokemon changes form when it gets the status effect, but the Pokemon doesn't revert back to its original form once the status is healed.