An open library of RPG Maker MV plugins, powered by the community.

PGMV - The Community-Driven Plugin Library for RPG Maker MV

MV plugins

HIME Timer Pause - HIME_TimerPause.js

Plugin desc : Allows you to pause and resume the timer. When the timer is

License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation

Author : Hime

Website : https://himeworks.com/

Desc page : https://himeworks.com/2015/11/timer-pause/

Download Page : https://raw.githubusercontent.com/munokura/HIME-MV-plugins-jp/master/HIME_TimerPause.js

File name : HIME_TimerPause.js

Help of plugin :

@title Timer Pause
@author Hime --> HimeWorks (http://himeworks.com)
@date Nov 18, 2015
@filename HIME_TimerPause.js
@url http://himeworks.com/2015/11/timer-pause/

If you enjoy my work, consider supporting me on Patreon!

https://www.patreon.com/himeworks

If you have any questions or concerns, you can contact me at any of
the following sites:

Main Website: http://himeworks.com
Facebook: https://www.facebook.com/himeworkscom/
Twitter: https://twitter.com/HimeWorks
Youtube: https://www.youtube.com/c/HimeWorks
Tumblr: http://himeworks.tumblr.com/

@plugindesc Allows you to pause and resume the timer. When the timer is
paused, it will remain on the screen but it won't count down.
@help 
== Description ==

Do you need your timer to temporarily stop counting down, but you still
want it to show up on the screen?

This plugin provides you with two script calls that will allow you to
easily pause and resume the game timer!

== Terms of Use ==

- Free for use in non-commercial projects with credits
- Contact me for commercial use

== Change Log ==

Nov 18, 2015 -  initial release

== Usage ==

To pause the timer, use the script call

  $gameTimer.pause();
  
To resume the timer, use the script call

  $gameTimer.resume();
  
Note that this can be used on any Game_Timer object.

スポンサードリンク

-MV plugins

Copyright© PGMV - The Community-Driven Plugin Library for RPG Maker MV , 2026 All Rights Reserved.