以下引用逐月于2008-2-8 11:41:23的发言:
看到(X,X,X,X)这种的,整行去掉。
下次把脚本发上来。
#--------------------------------------------------------------------------
# ● 检查连续伤害 (地图用)
#--------------------------------------------------------------------------
def check_map_slip_damage
for actor in @actors
if actor.hp > 0 and actor.slip_damage?
actor.hp -= [actor.maxhp / 100, 1].max
if actor.hp == 0
$game_system.se_play($data_system.actor_collapse_se)
end
$game_screen.start_flash(Color.new(255,0,0,128), 4)
$game_temp.gameover = $game_party.all_dead?
end
end
end
以下引用逐月于2008-2-8 11:45:55的发言:
不对呀,rm有这功能吗?
自己加的脚本?
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |