- Joined
- Nov 3, 2016
- Messages
- 3
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Hi, I tried to make sequences to make the actor move to enemies and perform action on each enemy once
I was making "Steal All" skill which perform steal on each enemy so i set the skill target to all enemies
I tried making script like this
<setup action>
display action
immortal: target, true
</setup action>
<target action>
move user: target, front, 20
wait for movement
wait: 2
action animation
wait for animation
action effect
</target action>
The problem is the actor perform the action before moving to the enemy and play action animation on all enemies first
and then move to play animation again on each monster
How can i solve this?
sorry for putting in wrong section it should be in plugin support but i dont know how to move this thread
I was making "Steal All" skill which perform steal on each enemy so i set the skill target to all enemies
I tried making script like this
<setup action>
display action
immortal: target, true
</setup action>
<target action>
move user: target, front, 20
wait for movement
wait: 2
action animation
wait for animation
action effect
</target action>
The problem is the actor perform the action before moving to the enemy and play action animation on all enemies first
and then move to play animation again on each monster
How can i solve this?
sorry for putting in wrong section it should be in plugin support but i dont know how to move this thread

