How do I change how long battle messages stay on screen?

● ARCHIVED · READ-ONLY
Started by silent_drew 4 posts View original ↗
  1. I've found that messages in battle ("___ used X skill!") don't stay on screen long enough between actions. Has anyone else managed to fix this?
  2. I have often wondered about this as well, a lot of my enemy attacks are jokes and the text is on screen so quick its hard to read them.
  3. Use this plugin, show action name .
    RMV – Action Name
    or

    Slow battle speed . Rpg_windows.js

    Window_BattleLog.prototype.messageSpeed = function() {
    return 16;
  4. [NECRO]cccc124[/NECRO]