Project1

标题: 求教一下随机4个敌人的攻击序列怎么写? [打印本页]

作者: haohaoniu    时间: 2024-5-8 17:46
标题: 求教一下随机4个敌人的攻击序列怎么写?
在范围那里选随机4个敌人的话,整套攻击序列的动画要重复播四次……那应该怎么写动作序列才可以随机4个目标?
作者: play337    时间: 2024-5-9 12:44
我是这样弄得
01.动作串行攻击一次
02.设置攻击动作为4次随机

这样加起来就会做出 4次随机敌人+动作串行...
作者: haohaoniu    时间: 2024-5-10 01:04
play337 发表于 2024-5-9 12:44
我是这样弄得
01.动作串行攻击一次
02.设置攻击动作为4次随机

没有看懂
作者: haohaoniu    时间: 2024-5-12 16:03
本帖最后由 haohaoniu 于 2024-5-12 16:04 编辑

自己摸索了一下,解决了。希望给后人点帮助。这是远程攻击连发4次,然后随机4个敌人的写法。这样攻击起手就不会跑4遍

<setup action>
camera focus: user, 1
wait for camera
zoom: 1.8, 10
wait for zoom
motion missile: user
wait for motion
animation x: user
wait for animation
motion missile: user
wait for motion
animation x: user
wait for animation
motion missile: user
wait for motion
animation x: user
wait for animation
motion missile: user
wait for motion
animation x: user
wait for animation
wait: 30
</setup action>

<target action>
camera focus: target, 1
wait for camera
attack animation: target
shake screen: 5, 5, 5
action effect: target
wait: 1
</target action>

<finish action>
reset zoom: 10
</finish action>




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1