Understanding and Surpassing Event Page Limits
This article discusses (what I consider to be) a major limitation in the RPG Maker event system: page conditions. I will then discuss a script that allows you to work around this limitation, allowing...
This article discusses (what I consider to be) a major limitation in the RPG Maker event system: page conditions. I will then discuss a script that allows you to work around this limitation, allowing...
Two bug fixes have been implemented for the Scene Interpreter. One has been an outstanding issue for a long time, and the other was recently reported to me.
This script allows you to create reference pages for your events. A reference page allows you to create one page and then re-use it in different events or troops. This can be applied to troop...
This script allows you to set move routes for your followers using events. The intention was to make it easier for your to create your cut-scenes, designating a move route for a particular follower...
This script allows you to add custom page conditions to your events using comments and conditional branches. You can add an unlimited number of custom page conditions as long as your event page has room for...
This script extends the troop event system with “end phase triggers”. This is simply a final check on all of the event pages when a victory/lose condition has been met. Any pages that can...