Lv1.梦旅人
您需要 登录 才可以下载或查看,没有帐号?注册会员
使用道具 举报
綾川司の姫様<
def judge # 全灭判定是真、并且同伴人数为 0 的情况下 if $game_party.all_dead? or $game_party.actors.size == 0 # 允许失败的情况下 if $game_temp.battle_can_lose # 还原为战斗开始前的 BGM $game_system.bgm_play($game_temp.map_bgm) # 战斗结束 battle_end(2) # 返回 true return true end # 设置游戏结束标志 $game_temp.gameover = true # 返回 true return true end
for actor in $game_party.actors if actor.state?(46) and actor.dead? #这里注意“战斗不能”状态不要减去46号状态 $game_temp.gameover = true end end
本版积分规则 发表回复 回帖后跳转到最后一页
这里的今天,有我过往努力的见证~
第3届短篇游戏大赛R剧及RMTV组亚军
折叠内容标题(非必须)
折叠内容
站长信箱:[email protected]|手机版|小黑屋|无图版|Project1游戏制作
GMT+8, 2025-1-20 00:58
Powered by Discuz! X3.1
© 2001-2013 Comsenz Inc.