- Joined
- Mar 15, 2019
- Messages
- 2
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
Hello all! I'm using this cool plugin: https://kagedesuworkshop.blogspot.com/p/vplayer.html and am running into a problem or maybe am thinking this through wrong.
I got the enemy/battler to show up as animated and that works. What I want to do is have the enemy use a skill that changes/replaces the animation with a new one, like a grapple that advances visually into an advanced grapple. I set the skill to trigger an event that spawns the new animation (that works) and removes the original (this doesn't work.) The original stays and the new animation shows up next to it. The script I'm using to remove the old and put in the new is:
DeleteVAnim(11)
ShowVAnimOnSpriteset(12, "bl2", 4, 6, true)
The ID of the first is 11. Any thoughts? Thanks!
I got the enemy/battler to show up as animated and that works. What I want to do is have the enemy use a skill that changes/replaces the animation with a new one, like a grapple that advances visually into an advanced grapple. I set the skill to trigger an event that spawns the new animation (that works) and removes the original (this doesn't work.) The original stays and the new animation shows up next to it. The script I'm using to remove the old and put in the new is:
DeleteVAnim(11)
ShowVAnimOnSpriteset(12, "bl2", 4, 6, true)
The ID of the first is 11. Any thoughts? Thanks!
