<target action>
if user.attackMotion() !== 'missile'
move user: targets, front, 20
else
perform start
end
motion standby: user
wait for movement
face user: target
motion attack: user
wait: 10
attack animation: target
wait for animation
action effect
</target action>