- 87
- Posts
- 5
- Years
- Italy
- Seen May 14, 2025
Hi, do you know how create an item that can de-evolve pokemon? Can you help me?
p.s.: I'm using the 17.2
p.s.: I'm using the 17.2
ItemHandlers::UseFromBag.add(:ITEMNAME,proc{|item|
poke=pbGetTradeablePokemon
pbForceDeEvo(poke)
})
I found your script to do the de-evolution but it doesn't work
I've actually been working on this for a while. I have managed to remove errors and make the pokemon selection screen work without too much scripting but it does nothing...