赞 | 0 |
VIP | 0 |
好人卡 | 1 |
积分 | 2 |
经验 | 10113 |
最后登录 | 2021-8-30 |
在线时间 | 174 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 230
- 在线时间
- 174 小时
- 注册时间
- 2016-2-24
- 帖子
- 107
|
用YEP的战斗核心加动作序列,然后在1号技能攻击里注释如下代码即可
当选择[攻击]指令时,
将使用1号技能。
<setup action>
display action
immortal: targets, true
</setup action>
<target action>
if user.attackMotion() !== 'missile'
move user: target, FRONT BASE, 20
face user: target
wait for movement
motion attack: user
action animation
wait for animation
action effect
else
perform start
wait for movement
motion attack: user
attack animation: target
wait for animation
action effect
end
</target action> |
|