Author: Hime

136

Windowskin Changer

By default, RPG Maker uses the file called “Window” stored in the Graphics/System folder, and only supports one windowskin throughout the game. This script allows you to change window skins dynamically during the game using...

0

Understanding Large Troops

This article discusses some of the limitations in RPG Maker’s troop editor, explore some workarounds, and then look at a few solutions that have been implemented to address these limitations. I assume you have a general idea...

12

Key Item Trigger Labels

This script is an add-on for Event Trigger Labels. It allows you to assign key items as trigger labels, allowing you to use key items to trigger events. You can add multiple key item triggers to...

4

Using Key Items to Trigger Events

This article shows how you can set up events to respond when the player uses a key item on the event. This is the second part of the series on Event Trigger Labels, a concept that...

40

Checking if any key is pressed

Recently I had needed a way to determine whether any key was pressed on the keyboard. This was because any key could potentially be used as an event trigger, and I didn’t want to assume anything about...