Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Timer Stop In Battle - TimerStopInBattle.js
Plugin desc : TimerStopInBattle
License : MIT License
Author : Triacontane
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/TimerStopInBattle.js
Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/TimerStopInBattle.js
File name : TimerStopInBattle.js
Help of plugin :
* @plugindesc TimerStopInBattle * @target MZ * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/TimerStopInBattle.js * @base PluginCommonBase * @author Triacontane * * @param StopSwitchId * @desc The timer will stop during battle only when the switch with the specified number is ON. * @default 0 * @type switch * * @param HiddenInStop * @desc Hides the timer when it is stopped. * @default true * @type boolean * * @help TimerStopInBattle.js * * The timer countdown is stopped during combat. * It can be stopped only when a specific switch is turned on, * or the timer itself can be hidden.