I'm trying to make a skill where the user runs down to the next party member, and throws them at the enemy. The only part that doesn't seem to work is the 2nd party member actually moving to the target. I'm sure it's something easy I'm missing. I have tried with "actor" "Friend" and "Character" to no avail. Here's the setup so far:
Spoiler
display action
perform start
wait for movement
motion guard: user
face user: backward
move user: friend 2, front center, 20
wait for movement
wait: 20
face user: forward
move friend 2: target, front center, 10
action animation: target
wait for animation
HP -10%: target, show
death break
perform finish
clear battle log
perform start
wait for movement
motion guard: user
face user: backward
move user: friend 2, front center, 20
wait for movement
wait: 20
face user: forward
move friend 2: target, front center, 10
action animation: target
wait for animation
HP -10%: target, show
death break
perform finish
clear battle log
Thanks in advance,
Sindaine
