Project1

标题: 强制行动用事件脚本怎么写。 [打印本页]

作者: 火焰卷轴    时间: 2018-6-19 10:41
标题: 强制行动用事件脚本怎么写。
我想让角色6号位强制行动,使用1号技能随机攻击目标,立即执行
请问怎么写
作者: guoxiaomi    时间: 2018-6-19 11:48
  1. actor = $game_party.actors[6]
  2. $game_temp.forcing_battler = actor
  3. action = actor.current_action
  4. action.kind = 1
  5. action.skill_id = 1
  6. action.decide_random_target_for_actor
  7. # 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