Anyone know of a plugin or a way to do unique death animations? Such as when the player dies of a Fire specific attack,
I play a certain death animation, or a specific animation if he dies of a Ice attack etc?
unique death animations?
● ARCHIVED · READ-ONLY
-
-
What do you mean by animation? Character animation? Battle animation?
-
SV battle animation. im currently using Quasi Sprite, and ive made a lot of death animations but dont know how to get it in the game working
-
I think I know.
Have each attack store its' element inside of a variable. If you're using Yanfly's plugins, this should be easy.
Then inside troops have an event for each actor. Condition: HP 0% or less, span battle (or turn in case you have potential reviving there).
If variable equals to blabla, plugin command should do the work.