Parallel Pages
-Tsukihime

This script allows you to set certain event pages as "parallel pages".

Other event pages can be assigned "parallel pages", which allows you to execute the commands on the parallel page concurrently.

This is similar to setting a custom move route for your page, except now you have full control over how it should behave.

The parallel page obeys all event conditions, so if the page conditions for the parallel page are not met, then it will not run. You can have pages running while their parallel pages are not running.

Currently, any event page may have at most one parallel page.
However, you may define multiple parallel pages in a single event.

Download

Get it at Hime Works

Usage

1.To designate a page as the parallel page, create a comment with the string anywhere on the page

CODE
<parallel_page>


This example shows that page 1 is a parallel page

Parallel page




2. Any pages that should use this page as the parallel page should have a comment with the string somewhere on the page

CODE
<parallel_page: n>


Where `n` is the page number of the parallel page.
This example assigns page 1 as the parallel page of page 2.

Event Page




If successful, you should see your parallel page commands being executed, and be able to interact with your event as usual.