Category: Events

42

Event Trigger Labels

In RPG Maker, you have events on the map that can be triggered when the player is either standing on top of them or in front of them. When a player wishes to trigger an event,...

82

Sync Save Data

In RPG Maker, all of the game data is isolated within each save file. This means that you can turn on a switch in one game, save the game, then load up another game, and...

125

Self Variables

This plugin introduces the concept of “Self Variables” for your events. Similar to Self Switches, each event can hold its own set of self-variables, which you can use to keep track of things like how...

62

Gameover Events MV

Ever had a random encounter, but wanted to make it so that if the party loses, instead of simply going to the game over scene, you could play some custom events? Or maybe you have a...