Author: Hakuen Studio
Introduction
We all know that the default timer is pretty basic. This plugin aims to add to it some new features that give you more control over your timer.
Features
• Pause/Resume timer.
• Start timer paused.
• Add/Remove seconds and minutes.
• You can change it to count upwards(1, 2, 3, 4...) instead of default count down.
• Turn on a switch when the timer is working.
How to use
The plugin parameters are self-explanatory.
If you choose to count up, you can still use the default timer command in the event tab.
• Script calls
• $gameTimer.flow() - Will return 'Up' or 'Down', according to the flow of the timer.
• $gameTimer.isPaused() - Returns true if the timer is paused.
• $gameTimer.minutes() - Return the current minutes count.
• $gameTimer.maxSeconds() or maxMinutes() - Returns the max value that timer has when it started or it will have when it finishes.
Plugin Commands:
• Start / Add / Remove - If the timer is not active, it will start the timer. Otherwise, it will add or remove(if you use negative values).
• Pause Timer
• Resume Timer
• Change timer flow (count up or count down)
You can use \v[id] in some plugin commands.
Update Log
Version 1.1.0 - 11/06/2020
- Add the option to change text color and outline.
- Add the option to show hours "00:00:00".
Version 1.0.1 - 10/16/2020
- Adapted to work with Eli Book 2.0.0
Version 1.0.0 - 09/18/2020
- Plugin release!
- Add the option to change text color and outline.
- Add the option to show hours "00:00:00".
Version 1.0.1 - 10/16/2020
- Adapted to work with Eli Book 2.0.0
Version 1.0.0 - 09/18/2020
- Plugin release!
Last edited:



