- Joined
- Jun 30, 2018
- Messages
- 7
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
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!
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!

