YEP_X_ActSeqPack2について教えてください
Posted: 2016年4月16日(土) 13:00
このフォーラムを参考にしながらRPG制作をたのしんでいます
オリジナルスキルを構想していて詰んでいるので助言をお願いいたします
<target action>
move user: target, front center, 10
wait for movement
perform action
attack animation: target
wait for animation
action effect
wait for effect
move user: target, back center, 10
wait for movement
perform action
attack animation: target
wait for animation
action effect
wait for effect
move user: target, front center, 10
wait for movement
perform action
attack animation: target
wait for animation
action effect
wait for effect
</target action>
と設定しているんですが、
move user: target, back center, 10とmove user: target, front center, 10
の移動した後にキャラの向きを逆にしたい場合どの様な命令文を挟めばよろしいのでしょうか
オリジナルスキルを構想していて詰んでいるので助言をお願いいたします
<target action>
move user: target, front center, 10
wait for movement
perform action
attack animation: target
wait for animation
action effect
wait for effect
move user: target, back center, 10
wait for movement
perform action
attack animation: target
wait for animation
action effect
wait for effect
move user: target, front center, 10
wait for movement
perform action
attack animation: target
wait for animation
action effect
wait for effect
</target action>
と設定しているんですが、
move user: target, back center, 10とmove user: target, front center, 10
の移動した後にキャラの向きを逆にしたい場合どの様な命令文を挟めばよろしいのでしょうか