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,...
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,...
This plugin allows you to restrict player movement temporarily using events. By default, they can move in all four, or eight, directions. By using certain plugin commands, you can “lock” certain directions if you didn’t...
By default, when you save a game, the title that is used is the title of the game. However, this isn’t very useful. It would be better to show something more relevant to the actual save...
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...
RPG Maker allows your actors to level up by reaching the amount of experience points required. The amount of exp required is determined by the actor’s level for their current class, and the class’ exp...