Event Spawn Timers - Version 1.2
RPG Maker MV Plugin
Galv
Introduction
Another one from my Ace scripts - get some time-related stuff happening.
Screenshot
Features
Allows you to set a respawn time for events that can activate a self switch or switch once their timer has expired. This time works from map to map.
This could be used for things like planting seeds that will grow, enemy encounters that will respawn and more.
The timers are checked manually in a script call or within move-routes for more up-to-date checking when close to the events. This was done to allow a lot of timers without causing lag with hundreds of timers counting down at the same time.
How to Use
- Copy the "GALV_EventSpawnTimers.js" file into your project's /js/plugins/ folder.
- Activate plugin using the 'Plugin Manager'
- Read the help file and examine the demo to learn how it works.
Plugin
Get it here
Credit and Thanks
- Galv
Terms
Free to use in any RPG Maker MV project including commercial. Please credit "Galv".
Updates
2016-03-26 - Version 1.1 - added script calls to modify timers. Fixed some bugs.
2016-03-25 - Version 1.0 - Release