Hi everyone,
I just added this attack action sequence pack:
Skill #1 will be used when you select
the Attack command.
<setup action>
display action
immortal: targets, true
</setup action>
<target action>
if user.attackMotion() !== ‘missile’
move user: targets, front, 20
else
perform start
end
zoom: 120%, 20
camera screen: target, front center, 20
camera focus: target, front center, 20
wait for movement
motion attack: user
wait: 10
attack animation: target
wait for animation
action effect
</target action>
My player does not move when I click attack. Anyone help?
Thanks!
Pre-made Yanfly basic action sequence problem
● ARCHIVED · READ-ONLY
-
-
show us a screenshot of your plugin manager and tell us the version number of your project's rpg_core.js file (open with text editor).
Then we can check if you made a mistake when installing the plugins. -
Preview attachment M2.png

M2.png
307 KBPreview attachment M1.png
It's version v1.5.2
Thanks, let me know please!