加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 阮声悠悠 于 2018-8-1 16:08 编辑
论坛搜到了guoxiaomi针对角色的强制行为脚本,已经测试成功
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
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
想请教下,如果是第1个敌人要强制行动该怎么改。。 |