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.