- Joined
- Nov 28, 2015
- Messages
- 15
- Reaction score
- 1
- First Language
- English
- Primarily Uses
Hello,
I am trying to get my character to attack multiple enemies, one at a time. I have tried moving to target, to target, etc in the whole action tag, but the character just moves once and does not move to the next target.
I have also tried:
<target action>
move user: target,body, 30, wait
icon create: user, weapon
icon effect: user, weapon, swing, 10
animation 7: target, wait
</target action>
<target action>
move user: target,body, 30, wait
icon create: user, weapon
icon effect: user, weapon, swing, 10
animation 7: target, wait
</target action>
but the user does not even move
I would like the user to go up to the first enemy, slash with damage popping up, move to next enemy, slash with damage popping up, etc. Is this possible? Something like this(but less 'random'):
Thank you!
I am trying to get my character to attack multiple enemies, one at a time. I have tried moving to target, to target, etc in the whole action tag, but the character just moves once and does not move to the next target.
I have also tried:
<target action>
move user: target,body, 30, wait
icon create: user, weapon
icon effect: user, weapon, swing, 10
animation 7: target, wait
</target action>
<target action>
move user: target,body, 30, wait
icon create: user, weapon
icon effect: user, weapon, swing, 10
animation 7: target, wait
</target action>
but the user does not even move
I would like the user to go up to the first enemy, slash with damage popping up, move to next enemy, slash with damage popping up, etc. Is this possible? Something like this(but less 'random'):
Thank you!

