- 41
- Posts
- 12
- Years
- Ontario, Canada
- Seen May 25, 2023
So I added a few new Items to evolve some fakemon that I created. I configured the Pokemon to evolve into another pokemon when this item was used on it (Copied the script from one of the eeveelutions). On the items side of things, I set its out of battle use, use in battle and special items as
---
So to my surprise it doesn't work so I search around and find this
https://www.pokecommunity.com/threads/341357#8. I couldn't find anything with using the terms "ItemHandlers" or "UseOnPokemon" in the evolution script section.
Also the wiki is does not have a thorough explanation on using items for evolutions.
What I wanted is to have an Item that I use on a pokemon (Like a potion outside of battle) that makes the pokemon evolve. It would be very sad if this isn't possible.
Code:
use out of battle = On a pokemon
use in battle = Can't use
Special Items = None of Below
So to my surprise it doesn't work so I search around and find this
https://www.pokecommunity.com/threads/341357#8. I couldn't find anything with using the terms "ItemHandlers" or "UseOnPokemon" in the evolution script section.
Also the wiki is does not have a thorough explanation on using items for evolutions.
What I wanted is to have an Item that I use on a pokemon (Like a potion outside of battle) that makes the pokemon evolve. It would be very sad if this isn't possible.