#==============================================================================
# ■ Interpreter
#==============================================================================
class Interpreter
#--------------------------------------------------------------------------
# ● 设置事件
# event_id : 事件 ID
#--------------------------------------------------------------------------
alias setup_fuki setup
def setup(list, event_id)
setup_fuki(list, event_id)
# 如果不是战斗中
if !($game_temp.in_battle)
# 记录事件 ID
$active_event_id = event_id if event_id != 0
end
end
end
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |