- Joined
- May 15, 2013
- Messages
- 2,248
- Reaction score
- 2,158
- First Language
- English
- Primarily Uses
- N/A
TDDP_WaitEx 1.0.1
Galenmereth
Galenmereth
Introduction
This plugin allows you to call Wait events using minutes, seconds, variables, and more. Useful when you need to time waits to music, sound effects, or other units of time that make converting -- and reading -- frames inconvenient.
Using variables as wait duration also expands the possibilities of what you can do without the need for excessive conditional branches.
Features
- Very easy Plugin Command syntax. As simple as typing "Wait 2m 30s".
- Use variables with any time unit. For example: "Wait v1m v2s".
- Doesn't alter MV's internal wait functionality; simply converts any of the time units to frames and passes it on.
Not much to show in a screenshot, but have an example nonetheless:
How to use
Use the following Plugin Command structure:
You can combine any number of units in any order you want. So while impractical, you can do this:
The default time unit is frames, so if you simply want to wait for a variable's value number of frames, you can simply write:
Variables
You can use variables as values. For example:
This would wait variable 1's value in minutes, variable 2's value in seconds, and 30 frames.
Verbosity
If you feel like the units are a little hard to read, you can use more verbose aliases. For example:
All available units of time
Note: Keep in mind that ~16 milliseconds will pass for each internal "tick" in MV's engine, so wait times that aren't multiples of 16 when using milliseconds will not be entirely precise.
Code:
Plugin Command: Wait 2m 30s
Code:
Plugin Command: Wait 15s 1m 2m 10f
Code:
Plugin Command: Wait v1
You can use variables as values. For example:
Code:
Plugin Command: Wait v1m v2s 30f
Verbosity
If you feel like the units are a little hard to read, you can use more verbose aliases. For example:
Code:
Plugin Command: Wait 3minutes 15seconds 20frames
Code:
------------------------------------------------------------------------------
Unit | Valid keys | Example usage
- - - - - - -|- - - - - - - - - | - - - - - - - - - - - - - - - - - - - - - -
Frames | f, frames, blank | 5f, 5frames, 5
Minutes | m, min, minutes | 2m, 2min, 2minutes
Seconds | s, sec, seconds | 8s, 8sec, 8seconds
Milliseconds | ms, milliseconds | 300ms, 300milliseconds
Download
Grab the latest release here: TDDP_WaitEx.js
Changelog
Code:
------------------------------------------------------------------------------
Date | Version | Description
- - - - - -|- - - - -|- - - - - - - - - - - - - - - - - - - - - - - - - - - -
04/05/2019 | 1.0.1 | Add support for no time unit, defaulting to frames
- Tor Damian Design / Galenmereth
License
Released under an MIT License (free for commercial use)
Last edited:

