赞 | 0 |
VIP | 0 |
好人卡 | 0 |
积分 | 3 |
经验 | 0 |
最后登录 | 2025-9-28 |
在线时间 | 47 小时 |
Lv2.观梦者
- 梦石
- 0
- 星屑
- 269
- 在线时间
- 47 小时
- 注册时间
- 2023-10-24
- 帖子
- 5
|
加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
在使用yep战斗序列后,敌人使用相关技能会导致技能动画方向错误
这是代码
<setup action>
</setup action>
<target action>
move user: target, Front Center, 20
wait for Movement
Face user: target
motion thrust: user
Animation 139: target
Animation wait: 2
motion damage: target
action effect
if (user.isStateAffected(34))
Add State 4: target
else
end
wait: 15
move user: target, Front Center, 20
Face user: target
Wait For Movement
</target action> |
|