- Joined
- Mar 4, 2020
- Messages
- 22
- Reaction score
- 4
- First Language
- English
- Primarily Uses
- RMMV
So the title says it, I have skills where you can move rows but one of the character is fast so I want to make it able to teleport to the row but I fail to implement it to the action sequence since the row moving is always after the sequence is finished. I tired a lot of alternative like adding states and move forward but it ended up very messy and failed miserably. Is there anyways to make the character teleport to a certain row? Here's my note.
<Row Only: 2, 3, 4>
<Instant Cast>
<target action>
perform start
camera focus: user, 1
wait for camera
motion chant: user
animation 218: user
wait for animation
se: Laser1, 90, 130, 0
OPACITY target: 0%, 30
<Change Target Row: 1>
wait: 35
MOVE target: Forward, 200, 1
action effect
wait: 10
camera focus: user, 1
wait for movement
wait: 10
se: Laser1, 90, 130, 0
OPACITY target: 255%, 30
</target action>
<Row Only: 2, 3, 4>
<Instant Cast>
<target action>
perform start
camera focus: user, 1
wait for camera
motion chant: user
animation 218: user
wait for animation
se: Laser1, 90, 130, 0
OPACITY target: 0%, 30
<Change Target Row: 1>
wait: 35
MOVE target: Forward, 200, 1
action effect
wait: 10
camera focus: user, 1
wait for movement
wait: 10
se: Laser1, 90, 130, 0
OPACITY target: 255%, 30
</target action>
