Pause Timer when Battle

● ARCHIVED · READ-ONLY
Started by Zwei 3 posts View original ↗
  1. How to pause the timer when the player is in the battle?

    The timer is still going even in a battle
  2. You could just go to Scene_Battle and comment out the line $game_system.update in the update_basic method.