// Default in RPGMaker MZ is 16; higher numberis slower
// The higher the number, the longer the message is on screen
Window_BattleLog.prototype.messageSpeed = function() {
return 36;
};// Default in RPGMaker MZ is 16; higher numberis slower
// The higher the number, the longer the message is on screen
Window_BattleLog.prototype.messageSpeed = function() {
return 36;
};
Leave a Reply