- Joined
- Nov 1, 2019
- Messages
- 180
- Reaction score
- 13
- First Language
- English
- Primarily Uses
- RMMV
Plugin link
forums.rpgmakerweb.com
www.yanfly.moe
I'm using this note when the battler attacks:
<setup action>
display action
immortal: targets, true
</setup action>
<target action>
if user.attackMotion() !== 'missile'
move user: targets, front, 20
else
perform start
end
zoom: 120%, 20
camera screen: target, front center, 20
camera focus: target, front center, 20
wait for movement
motion attack: user
wait: 10
attack animation: target
wait for animation
action effect
\\</target action>
I'm also using special battle formations to set up situations involving pincer attacks. When the battler attacks the enemies which are located at the right of the pincer attack how to cause my battler to attack the front of the enemy rather than behind them. When the battler attacks to the left its fine. The character appears to the front. How would I change this notetag to accommodate the pincer formation.
Battle Formation (ver. 1.7)
MPP_SpecialFormBattle - 2020/01/21 (ver. 1.7) Creator name: Mokusei Penguin Overview Create battle formation such as back attack and side attack. Enemy Troop Command: # Preemptive strike # Surprise attack # Flip horizontal #...
Action Sequence Pack 2 (YEP) - Yanfly.moe Wiki
I'm using this note when the battler attacks:
<setup action>
display action
immortal: targets, true
</setup action>
<target action>
if user.attackMotion() !== 'missile'
move user: targets, front, 20
else
perform start
end
zoom: 120%, 20
camera screen: target, front center, 20
camera focus: target, front center, 20
wait for movement
motion attack: user
wait: 10
attack animation: target
wait for animation
action effect
\\</target action>
I'm also using special battle formations to set up situations involving pincer attacks. When the battler attacks the enemies which are located at the right of the pincer attack how to cause my battler to attack the front of the enemy rather than behind them. When the battler attacks to the left its fine. The character appears to the front. How would I change this notetag to accommodate the pincer formation.
