Tagged: Events

17

Random Encounter Events

This script allows you to run a common event when you encounter an enemy through “random encounter”. When the common event finishes executing, the random encounter battle will begin. In this common event, you...

2

Placeholder Graphics

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...

2

Performance Analysis: Event Trigger Checks

This is a series of articles dedicated to performance analysis in RPG Maker. The purpose is to understand what causes performance issues which result in what developers or players usually refer to as “lag”. This article...

2

Hiding and Showing Rooms with Overlay Mapping

Overlay mapping is a mapping technique where you “overlay” your map with other graphics to create multi-layered maps. Maps are typically decomposed into several different layers depending on their height with respect to objects on the map....

2

Picture Anchors

This script introduces the concept of “picture anchors”. An anchor is a tool that fixes an object to a certain position. A picture anchor functions the same way: it fixes the picture to a certain position....