RPGMaker MZ – Hide “Guard” option in battle menu

Window_ActorCommand.prototype.makeCommandList = function() {
        if (this._actor) {
            this.addAttackCommand();
            this.addSkillCommands();
            //this.addGuardCommand();
            this.addItemCommand();
        }
    };

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *