My Solution to RMDC #1
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...
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...
This script allows you to use placeholder graphics for your events. The appropriate graphics will be chosen automatically by the engine during the game. This script is focused on actors and allows you to...
By default, effects assigned to skills or items are executed after skill or item is executed. This script allows you to specify that certain effects should be executed before the skill or item is...
This script allows you to control the zoom-level for character sprites, which includes the player, followers, events, and the default vehicles. All it does is change the look of the sprite. Functions are available for...