I've been working on an animation for Slash Special 1 (Animation). It looks like the penta slash used in the Yanfly video and I think I've got something pretty similar down. However at the time my character doesn't disappear. I have the action effect set to five times (One for each slash)
Gif of animation preview:
http://i60.tinypic.com/300yzgp.jpg
The noteline code is as follows:
(Fixed it!)
<Target Action>
move user: target, front head, 5
wait for movement
motion swing: user
action animation
move user: target, back, 5
motion swing: user
wait for movement
move user: target, back center, 5
motion swing: user
wait for movement
move user: target, front head, 5
motion swing: user
wait for movement
move user: target, back head, 5
motion swing: user
wait for movement
move user: target, front center, 5
motion swing: user
wait for movement
move user: target, front, 5
motion swing: user
wait for movement
move user: target, back center, 5
motion swing: user
wait for movement
move user: target, front center, 5
motion swing: user
wait for movement
wait: 20
move user: target, back center, 5
motion swing: user
action effect
action effect
action effect
action effect
action effect
</Target Action>