Project1
标题:
强制行动用事件脚本怎么写。
[打印本页]
作者:
火焰卷轴
时间:
2018-6-19 10:41
标题:
强制行动用事件脚本怎么写。
我想让角色6号位强制行动,使用1号技能随机攻击目标,立即执行
请问怎么写
作者:
guoxiaomi
时间:
2018-6-19 11:48
actor = $game_party.actors[6]
$game_temp.forcing_battler = actor
action = actor.current_action
action.kind = 1
action.skill_id = 1
action.decide_random_target_for_actor
# action.forcing = true
复制代码
作者:
火焰卷轴
时间:
2018-6-19 11:58
current_action未定意啊,怎么解决
作者:
guoxiaomi
时间:
2018-6-19 15:00
火焰卷轴 发表于 2018-6-19 11:58
current_action未定意啊,怎么解决
我猜是队伍里并没有第6个人,第一行改成
actor = $game_actors[6]试试看
欢迎光临 Project1 (https://rpg.blue/)
Powered by Discuz! X3.1