- Joined
- Jul 14, 2013
- Messages
- 2
- Reaction score
- 2
- First Language
- English
- Primarily Uses
I'd like to set up a line of frames on my Holder sheets to play after a skill is selected, but before it is performed, sort of like the chanting animation in the old Final Fantasy games. Ideally, I'd like to use one line of frames each for attack, skill, magic, and item, as a sort of "preparation stance" while the battlers are waiting to take their turns.
I've figured out how to adjust the number of rows and frames in the sprite sheet, and I know how to set up the sprite sheet index to select the new rows in the "Add-on: Holder Battlers" script. I'm also reasonably certain that I know where to put the condition to check for what the action is. I believe that's in the "self.auto_pose_hb" section of the Holder script, since there are conditions there already that point to the rows to play the dead and hp critical animations when the respective conditions are met(e.g. - return :dead if battler_dead?).
My question is, what condition would I use to check what the battler's selected skill/spell/item is?
Here are links for Yami's Battle Symphony: https://github.com/suppayami/rmvxa-collection/blob/master/battle-symphony/battle-symphony-116e.rb
and the Holder Battlers Add-on: https://github.com/suppayami/rmvxa-collection/blob/master/battle-symphony/add-on/Holder-Battlers.rb
I've figured out how to adjust the number of rows and frames in the sprite sheet, and I know how to set up the sprite sheet index to select the new rows in the "Add-on: Holder Battlers" script. I'm also reasonably certain that I know where to put the condition to check for what the action is. I believe that's in the "self.auto_pose_hb" section of the Holder script, since there are conditions there already that point to the rows to play the dead and hp critical animations when the respective conditions are met(e.g. - return :dead if battler_dead?).
My question is, what condition would I use to check what the battler's selected skill/spell/item is?
Here are links for Yami's Battle Symphony: https://github.com/suppayami/rmvxa-collection/blob/master/battle-symphony/battle-symphony-116e.rb
and the Holder Battlers Add-on: https://github.com/suppayami/rmvxa-collection/blob/master/battle-symphony/add-on/Holder-Battlers.rb
