How to pause the timer when the player is in the battle?
The timer is still going even in a battle
Pause Timer when Battle
● ARCHIVED · READ-ONLY
-
-
Try the script on this page: http://www.rpgmakervxace.net/topic/13073-pause-timer-during-random-battle/
-
You could just go to Scene_Battle and comment out the line $game_system.update in the update_basic method.