- Joined
- Jan 25, 2016
- Messages
- 19
- Reaction score
- 0
- First Language
- English
- Primarily Uses
I need help with an action sequence i'm working on using Yanfly's plugins for it. I was trying to make an attack where the person who uses it jumps up with an attack and then comes down for a second attack. But the thing is when i try to test it the game crashes at the part for the character is supposed to do the first attack as such I can not move forward with the animation here is
The Code:
<setup action>
display action
camera focus: user
zoom: 150%, 20
camera offset: right, 50
immortal targets: true
</setup action>
<target action>
move user: targets, front, 20
wait for movement
motion swing:user
jump user: 300, 120
animation 124: target
wait for animation
</target action>
That is all I have so far, so can someone help me with this?
The Code:
<setup action>
display action
camera focus: user
zoom: 150%, 20
camera offset: right, 50
immortal targets: true
</setup action>
<target action>
move user: targets, front, 20
wait for movement
motion swing:user
jump user: 300, 120
animation 124: target
wait for animation
</target action>
That is all I have so far, so can someone help me with this?


