- Joined
- Jul 2, 2017
- Messages
- 197
- Reaction score
- 68
- First Language
- English
- Primarily Uses
- RM2k3
So, I'm trying to code a skill with the Yanfly Battle Core Engine. I kind of have it working, but for some reason, it does the normal attack first, then after the normal attack, it uses my coded version. Could someone help me find out what I did wrong?
<Target Action>
immortal: targets, true
perform action
motion wait: user
action animation
wait for animation
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
immortal: targets, false
</Target Action>
<Target Action>
immortal: targets, true
perform action
motion wait: user
action animation
wait for animation
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
action effect
immortal: targets, false
</Target Action>

