Project1

标题: 请教下各位大佬战斗界面的问题 [打印本页]

作者: 2829513273    时间: 2023-12-1 01:22
标题: 请教下各位大佬战斗界面的问题
萌新一枚,接触mv不久,想请教下有什么办法或者用什么插件能去除战斗界面的攻击和防御选项吗
作者: 小秋橙    时间: 2023-12-1 18:59
Window_ActorCommand.prototype.makeCommandList = function() {
    if (this._actor) {
        // this.addAttackCommand();
        this.addSkillCommands();
        // this.addGuardCommand();
        this.addItemCommand();
    }
}; // 把attack和guard两行去掉就好啦
作者: 2829513273    时间: 2023-12-1 19:33
小秋橙 发表于 2023-12-1 18:59
Window_ActorCommand.prototype.makeCommandList = function() {
    if (this._actor) {
        // this. ...

感谢大佬解惑,回家再试试




欢迎光临 Project1 (https://rpg.blue/) Powered by Discuz! X3.1