Message Face Control
This script provides a message code that allows you to change the face that will be displayed in the message box. This allows you to display different faces in the middle of a message....
This script provides a message code that allows you to change the face that will be displayed in the message box. This allows you to display different faces in the middle of a message....
This script introduces a new command that allows you to tell an event to stop and wait until a certain condition is met before proceeding. RPG Maker comes with a wait command, but that is...
A week ago I had published an RMdev challenge. You can read the problem here. A number of solutions have been presented. Some of them are purely evented, and others use a mix of events...
This article discusses the cover mechanic in RPG Maker. Covering is the act of one battler taking a hit for another battler. For example, if you had a healer that was critically wounded, and any attack...
Suppose you have an NPC that displays a list of options for the player to select from. The catch: each option has a condition that must be satisfied to appear, and the order that the options...