是复盖rmmz_managers.js里的这段吗?
BattleManager.gainExp = function() {
const exp = this._rewards.exp;
for (const actor of $gameParty.allMembers()) {
actor.gainExp(exp);
}
};
如果是的话,我复盖后,运行游戏提示Game_Actors is not defined错误,F12是如下显示
rmmz_managers.js:3022 Uncaught ReferenceError: Game_Actors is not defined
at rmmz_managers.js:3022
main.js:76 Uncaught TypeError: PluginManager.setup is not a function
at Main.onScriptLoad (main.js:76)作者: h943529381 时间: 2021-8-25 21:05
感谢大佬!