RPGMaker MZ – Change speed of messages during battle

// 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; 
};

Comments

Leave a Reply

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