RPG Maker MV

RPG Maker MV

Vendon Apr 26, 2018 @ 11:44am
Action Sequence Help
Hello I do need some help with my own Action Sequence. I was planing to be able to move to the target which gets focused and it works sometimes but also I can not change the targets I want. Sometimes it works fine but sometimes not. I also am not able to target myself then. Sometimes it targets myself but I can not target the enemy. Am also using Row Formation Plugin by Yanfly. PS: I hope that I've posted my problem in the right forum. PS it's for normal attack

<setup action>
dislay action
camera clamp on
ZOOM: 1.5, 15
camera focus: target, front, 40
wait for camera
wait for zoom
if user.attackMotion() !== 'missile'
move user: target, front base, 20
wait for move
end
immortal: target, true
</setup action>

<Target Action>
wait: 15
perform action: user
action effect: target
if target.result().isHit()
attack animation: target
wait for animation
else

end
wait: 20
perform action
motion:user
move target: forward, 48, 12
action animation
wait for animation
action effect
death break
move user: home, 20
reset camera
</Target Action>

<finish action>
immortal: targets, false
wait for new line
clear battle log
perform finish
wait for movement
wait for effect
action common event
</finish action>
Last edited by Vendon; Apr 26, 2018 @ 11:57am
Date Posted: Apr 26, 2018 @ 11:44am
Posts: 0