本帖最后由 无忧谷主幻 于 2015-3-29 20:10 编辑
orzzgg 发表于 2015-3-29 14:54
1、需要呼出换人画面则进行以下修改:
在战斗换人 中删掉战斗换人 再加上update_phase4_step6方法,并把 ...
如果只删# 同伴中无人 HP 在 0 以上 for actor in @actors2 if actor.hp > 0 return false end end
# 同伴中无人 HP 在 0 以上
for actor in @actors2
if actor.hp > 0
return false
end
end
则是出战角色全部死亡时,游戏结束吧
另外update_phase4_step6的方法说的是什么?至于
我并没有找到if target.is_a?(Game_Actor) and target.dead? and !$game_party.other_actors.all?{|actor|actor.dead?}
if target.is_a?(Game_Actor) and target.dead? and
!$game_party.other_actors.all?{|actor|actor.dead?}
这段脚本,难道刚刚已经删除了?
大雄的剑之物语——奇迹的纹章.zip
(3.06 MB, 下载次数: 70)
|