Hey Guys! This is my first post in here, so let me know if I need to give any more information.
I am using Victor's Animated Battle Engine, and trying to use Kaduki battlers. I was recently using the engine with Holder's battlers, and while the battlers themselves worked, I would constantly get an error message whenever trying to revive a character.
Now that I am trying to use Kaduki battlers I am still receiving an error when reviving.
This is the error message I am getting whenever I try to revive a character:
Script 'VE | Animated Battles' line 2624: NoMethodError occuredundefined method 'call_pose' for #<Game_Actor:0x8b8754c>And this is the code referenced around line 2624 of that script where there seems to be an error.
#-------------------------------------------------------------------------- # * Alias method: revive #-------------------------------------------------------------------------- alias :revive_ve_animated_battle :revive def revive call_pose

revive, :clear) revive_ve_animated_battle endThis is straight out of Victor's script. I didn't change anything.
Any and all help is much appreciated! Thanks in advance!