- 4
- Posts
- 4
- Years
- Seen Nov 26, 2020
Hello there! I was wondering how to implement a new ability for Vespiquen. This new ability would cause her to use either Attack Order or Defense Order at the end of the round (picked randomly). My main gripe with implementing this, however, is that I can't simply "reuse" preexisting code, as I would ideally like the move to be called as if it was using in battle (with sounds, graphics and all). Initially I thought that I could take a look at something like Future Sight or Bad Dreams, but I can't make much out of it. I'm not really familiar with the scripts of Pokémon Essentials, as this is the first "truly" custom thing I'm making, and I only have basic knowledge of Ruby.
Therefore, I have two questions:
Therefore, I have two questions:
- Is this doable?
- (if the reader is having a very good day and is feeling generous) How to implement it?