VIPAR'S PROFILE
vipar
0
Search
Filter
[SCRIPTING] [RMMV] Double Attack with Yanfly's Engine?
Okay I've figured it out:
But now I have this weird thing where it does the two attacks, and then one more attack after it's done. It always does one extra attack for seemingly no reason.

<whole action>
move user: target, front head, 5
wait for movement
motion thrust: user
action animation
move user: target, back, 5
wait for movement
motion thrust: user
action animation
move user: target, front, 5
wait for movement
action effect
action effect
</whole action>]
But now I have this weird thing where it does the two attacks, and then one more attack after it's done. It always does one extra attack for seemingly no reason.

[SCRIPTING] [RMMV] Double Attack with Yanfly's Engine?
I'm trying to achieve a simple Double Attack using Yanfly's Engine Plugins. The player jumps to the front of the target, attacks to the lower left, then attacks up towards the middle front and goes back to home.
But using this set of note tags:
The actor jumps to the front and attacks twice before going back. What am I doing wrong here?
But using this set of note tags:
<whole action>
move user: target, front head
attack animation: user
move user: target, back
attack animation: user
move user: target, front
</whole action>
The actor jumps to the front and attacks twice before going back. What am I doing wrong here?
[RMMV] How to do a car chase with dodging
Pages:
1













