加入我们,或者,欢迎回来。
您需要 登录 才可以下载或查看,没有帐号?注册会员
x
本帖最后由 taroxd 于 2014-7-17 20:33 编辑
清除掉战斗时上方的描述,可能会有奇怪的bug和兼容性问题。
本脚本不需要置顶脚本作为支持
#============================================================================ # 〇 清除战斗日志 #============================================================================ Object.const_set :Window_BattleLog, Class.new { def initialize(*); end def method_missing(*); end }
#============================================================================
# 〇 清除战斗日志
#============================================================================
Object.const_set :Window_BattleLog, Class.new {
def initialize(*); end
def method_missing(*); end
}
|