Common Event Queue

This script changes the common event system to allow you to reserve multiple
common events. They are stored in a queue, and are retrieved in a first-in
first-out order.

Download

Script: download here

Installation

Place this script below Materials and above Main

Usage

Plug and play.

For developers

$game_temp.common_event_id returns first ID in the queue. It does not remove
it from the queue.

$game_temp.reserve_common_event adds a common event ID to the queue.

$game_temp.reserved_common_event returns the first ID in the queue and removes
it from the queue.

You may also like...

Leave a Reply

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

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax