- Joined
- Sep 18, 2016
- Messages
- 8
- Reaction score
- 0
- First Language
- Turkish
- Primarily Uses
Hi
I am posting this thread twice.... But my last one was in the wrong Topic so it didn't got any anwers. I have a action sequence. but when i use it in someone with a bow bow animation doesn't plays. what do i do wrong. need help here is the act sequence
<setup action>
display action
if user.attackMotion() !== 'missile'
camera focus: target
zoom: 150%, 20
camera offset: right, 50
else
camera focus: user
zoom: 150%, 20
wait: 40
camera focus: target
zoom: 150%, 20
camera offset: right, 50
end
immortal: targets, true
</setup action>
<target action>
if user.attackMotion() !== 'missile'
move user: targets, front, 20
else
perform start
end
wait for movement
motion attack: user
wait: 10
attack animation: target
wait for animation
action effect
wait for animation
wait for movement
wait: 5
</target action>
I am posting this thread twice.... But my last one was in the wrong Topic so it didn't got any anwers. I have a action sequence. but when i use it in someone with a bow bow animation doesn't plays. what do i do wrong. need help here is the act sequence
<setup action>
display action
if user.attackMotion() !== 'missile'
camera focus: target
zoom: 150%, 20
camera offset: right, 50
else
camera focus: user
zoom: 150%, 20
wait: 40
camera focus: target
zoom: 150%, 20
camera offset: right, 50
end
immortal: targets, true
</setup action>
<target action>
if user.attackMotion() !== 'missile'
move user: targets, front, 20
else
perform start
end
wait for movement
motion attack: user
wait: 10
attack animation: target
wait for animation
action effect
wait for animation
wait for movement
wait: 5
</target action>