Wait Options – MV Plugin

      12 Comments on Wait Options – MV Plugin

This is a plugin that adds more options for waiting during events.


Look at the code or download the Plugin:


Wait Options
SumRndmDde

This is a plugin that adds more options for waiting during events.

========================================================================
Plugin Commands
========================================================================

How to wait for a specific amount of time:

Wait [number] Frames

Allows you to wait for a certain amount of frames.

Wait [number] Seconds

Allows you to wait for a certain amount of seconds.

Wait [number] Minutes

Allows you to wait for a certain amount of minutes.

========================================================================

Wait for Route

Waits for all movement routes to complete.

Wait for Animation

Waits for all animations to complete.

Wait for Balloon

Waits for all balloon animations to complete.

Wait for Message

Waits for all messages to complete (best for parallel processes).

Wait for Transfer

Waits for map transfer to complete

Wait for Scroll

Waits for scrolling to complete.

Wait for Gather

Waits for all followers to gather.

Wait for Action

Waits for battle action to complete.

Wait for Video

Waits for all videos to complete playing.

Wait for Image

Waits for images to load.

Wait for SE

Waits for all sound effects to stop playing.

Wait for ME

Waits for all music effects to stop playing.

========================================================================

Cancel Wait

Cancels all waiting.

========================================================================
How to Make Custom Waiting Conditions
========================================================================

Wait for Condition [condition]

Waits for a custom coindition.

Example:

Wait for Condition $gameVariable.value(3) > 5

This will wait until Variable 3 is greater than 5.


Screenshot:

wait-options-ss

12 thoughts on “Wait Options – MV Plugin

  1. Matt

    I don’t understang spoken english so well..
    Can you make me an example how “Wait for Message” works?
    (I’m tring to wait for message by script)

    TY

    Reply
    1. Devine Sims

      1. Go to the event page
      2. Click plugin command
      3. Type “Wait for Condition $gameSwitches.value() === true”

      Let me know if that helps

      Reply
  2. Captain Game Maker

    Hi! This plugin seems to not be compatible with Eli’s Escape Codes plugin. Is there any way SRD could make this plugin more compatible?? I enjoyed using it when it was working before I installed Eli’s Escape Codes.

    Reply
  3. Cootadude

    Just to be sure (I will also test on my own). Is the Wait [insert time] seconds, is it translating it to frames? Or is it actually tick-based and not frame-based?
    I’m just looking for a plugin that allows for tick-based waiting, as frame-based is very unreliable. lol

    Reply

Leave a Reply to Anonymous Cancel reply

Your email address will not be published. Required fields are marked *