This plugin allows you to have more than 3 character frames on your on-map sprite.
How to use
Add to your plugins folder. There are no parameters to set or plugin commands to call.
Add [D L R U] to your character sheet name (with a $ prefix) to specify how many frames in each direction, where D, L, R, U are replaced by the number of frames for the down, left, right and up rows respectively.
Character sheets with this added to the filename will loop from left to right repeatedly, rather than use the back-and-forth default pattern.
The first frame should be the idle/still pose.
eg: $Ralph [8 8 8 8].png is a character sheet consisting of 4 rows with 8 frames per row. Animation will loop from frame 1 to 8, then start at 1 again.