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