I'm fairly new to RPG Maker VX Ace (Thanks Humble Bundle!) and I am trying out various battle systems and I think that Battle Symphony is likely my preferred currently, with one exception - I am wanting my party to face away on screen similar to Phantasy Star, however I am having an issue with the attack sequence. I set the party direction to 8 to accomplish the facing and my actor positions are below:
Code:
0 => [250, 290], 1 => [290, 290], 2 => [330, 290], 3 => [370, 290],My issue, however, is that my actors are approaching the enemies and running up alongside the sprite, then turning and attacking from the side rather than a forward movement and strike, then return.
Is this intended or am I simply missing a setting?
Thank you very much for any assistance - and if anybody knows how to create a victory pose with the sprites, that would be awesome. I am using the charsets as I prefer the look to Holder's.

