I'm having trouble using Victor Engine's Animated Battlers. No sprites are showing up, whatsoever. I have my battlers defined in the script as such:
'$Slime' => {frames: 3, rows: 4, mirror: true, invert: false,
mode: :charset, action: :default},
'$Actor19' => {frames: 3, rows: 4, mirror: false, invert: false,
mode: :charset, action: :kaduki},
'$Actor19_1'=> {frames: 3, rows: 4, mirror: false, invert: false,
mode: :charset, action: :kaduki},
'$Actor19_2'=> {frames: 3, rows: 4, mirror: false, invert: false,
mode: :charset, action: :kaduki},
'$Actor19_3'=> {frames: 3, rows: 4, mirror: false, invert: false,
mode: :charset, action: :kaduki},
And I'm using the proper note tags <battler name: character> (or, rather, <battler name: $Actor19>) but still nothing shows up. Could anyone help me with this?