I'd like to remove that turn right part, since it looks a bit awkward specially when enemies use the skill. So, in this case, I'd like the player to move right while facing left. Is it possible to do that?
Code:
<setup action>
DISPLAY ACTION
move user: forward, 32, 12
wait for movement
motion attack: user
</setup action>
<whole action>
animation 2666: target
wait for animation
ACTION EFFECT: target
wait: 30
</whole action>
<target action>
</whole action>
<finish action>
CLEAR BATTLE LOG
move user: home, 12
wait for movement
face user: forward
</finish action>