- Joined
- Feb 4, 2018
- Messages
- 66
- Reaction score
- 4
- First Language
- Portuguese
- Primarily Uses
- RMMV
I'm trying to do the basic: making my character move right up to the enemy's place to attack it. I got some reference from google search, yanfly's, and driftwood's takes on it but whenever i run in my game, my character will only step up and do nothing, not even an attack motion.
This is what i put in notes:
I dont know exactly whats going wrong, i suspect its something in target action?
This is my plugin window in case you are wondering:
This is what i put in notes:
Code:
<setup action>
clear battle log
display action
immortal: targets, true
perform start
wait for movement
</setup action>
<target action>
move user: target, front base, 5
wait: 5
motion thrust: user
wait: 2
action animation: target
wait for animation
action effect
death break
</target action>
<finish action>
immortal: targets, false
wait for new line
clear battle log
perform finish
wait for movement
</finish action>
This is my plugin window in case you are wondering:

Last edited:
