I've been working with Victor's Animated Battler script on my project. I'm probably an intermediate user when it comes to scripting ruby in VX-Ace I'm probably an intermediate user. I've had success with debugging and troubleshooting most issues on my own but for my latest problem I've been unable to find a solution on my own.
Problem Statement
While using Victor's ATB script with :charset battlers, I am unable to setup a custom pose for "chanting", ie-the pose that battler's take when waiting to cast a skill with the <cast time: x> comment tag.
Background
I have setup several custom poses for default animations before. Example, I have setup custom hurt and dead poses for actors using the following code under the ":charset" setup and graphics saved in the following format $name[dead].png or $name[hurt].png.
Spoiler
Spoiler
Spoiler
# Pose displayed while waiting to perform actions <action: ready, loop> pose: self, sufix [casting], row direction, all frames, return, wait 8; wait: pose; </action> # Pose displayed while waiting to perform item actions <action: item cast, loop> pose: self, sufix [casting], row direction, all frames, return, wait 8; wait: pose; </action> # Pose displayed while waiting to perform skill actions <action: skill cast, loop> pose: self, sufix [casting], row direction, all frames, return, wait 8; wait: pose; </action> # Pose displayed while waiting to perform magic actions <action: magic cast, loop> pose: self, sufix [casting], row direction, all frames, return, wait 8; wait: pose; </action>

I made sure to add the <cast time:x> tag to the skills I was testing and adjusted the hit type to all the settings to ensure it wasn't a poorly setup skill. I then started going through the :charset animation settings and replaced almost all of them with my pose code to try and find which pose should control the chanting animation. However, after reviewing the code for Victor's ATB and Victor's Animated Battle I'm fairly certain its poses that I identified above.
Finally I started a brand new project from scratch. Imported over my 3 graphics and the following scripts straight from Victor's Wordpress: "VE-Basic Module", "VE-Animated Battler", "VE-Animated Battle", and "VE-ATB".
After doing the bare minimum amount of setup required to setup the scripts as working. I repeated all of the above, and was still unable to set my own pose to the precast "chant".
If anyone could help with a solution or a suggestion on what to try next it would be greatly appreciated.
Thank you,
Akin


