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.
MNKR Timer EX - MNKR_TimerEX.js
Plugin desc : You can count up/down the timer and toggle its visibility.
License : MIT License
Author : munokura
Website : http://x.com/munokura
Desc page : https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TimerEX.js
File name : MNKR_TimerEX.js
Help of plugin :
@target MZ MV @url https://raw.githubusercontent.com/munokura/MNKR-MZ-plugins/master/MNKR_TimerEX.js @plugindesc You can count up/down the timer and toggle its visibility. @author munokura @license MIT License @help This allows you to count up or down a timer. You can show or hide the timer with a switch. Regardless of whether the timer is counting up or down, the value when it stops is saved to a variable. The saved value is the frame value (1 frame = 1/60 seconds). To convert to minutes or seconds, please calculate and use. There are no plugin commands. # Contact Information This is a plugin originally created for RPG Maker MV that has been adapted for MZ. Please contact the modifier for any inquiries. # Terms of Use MIT License. http://opensource.org/licenses/mit-license.php You may modify and redistribute this without permission from the author, and there are no restrictions on its use (commercial, R18, etc.). @param countUpSwitch @text Count-up activation switch @desc Counts up when the specified switch is ON. Counts down when the switch is OFF. @type switch @default 0 @param hideSwitch @text Timer hide switch @desc The timer is hidden when the specified switch is ON. It is displayed when it is OFF. @type switch @default 0 @param countStopValue @text Saved Variable ID @desc Variable ID to save the value when the timer is stopped. The acquired value is the frame value (1 frame: 1/60 seconds). @type variable @default 0