488| 7
|
[有事请教] 求教一下战斗怎么做“抛硬币式“技能 |
50星屑
最佳答案用YEP战斗序列即可用一个技能做出来
对象为使用者 要有伤害公式 剩下自己搞
motion item: user
action animation: user
common event: x //x填入随机变数的公共事件ID
wait for animation
if ($gameVariables.value(x) > 1)x为变数ID
animation x: friends //x为给伤害用的动画
action effect: friends
add state x: user //x为状态A
else
animation x: opponents //x为给伤害用的动画
action effect: opponents
end
...
| ||
| ||
| ||
| ||
| ||
| ||
评分 | ||
| ||
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2024-11-16 05:07
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.