- Joined
- Jan 2, 2018
- Messages
- 4
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMV
So i want to make a skill that jumps foward attacks 2 random enemies than jumps back.
I wrote this:
<Target Action>
move user: forward, 200, 20
jump user: 20, 20
wait for movement
wait: 5
motion thrust: user
action animation: targets
wait: 5
action effect: targets
wait: 40
move user: return, 20
jump user: 20, 20
wait: 25
</Target Action>
and selected scope: 2 random enemies
but this makes my character jump foward hit a random enemy jump back and repeat.
I want it to hit 2 random enemies at the same time.
How do i achive this?
I wrote this:
<Target Action>
move user: forward, 200, 20
jump user: 20, 20
wait for movement
wait: 5
motion thrust: user
action animation: targets
wait: 5
action effect: targets
wait: 40
move user: return, 20
jump user: 20, 20
wait: 25
</Target Action>
and selected scope: 2 random enemies
but this makes my character jump foward hit a random enemy jump back and repeat.
I want it to hit 2 random enemies at the same time.
How do i achive this?

