Multiple Party Merger
This script allows you to merge two parties together. A merge involves transferring all of the members, inventories, and gold from one party to another. The original party will be deleted, resulting in one combined...
This script allows you to merge two parties together. A merge involves transferring all of the members, inventories, and gold from one party to another. The original party will be deleted, resulting in one combined...
In this tutorial, I will discuss how to allow players to interact with NPC’s using different approaches and how to customize how the NPC responds depending on which approach was used. I will use a “card game challenge” where the...
This script allows you to manually perform a check to see if there are any events that can be triggered by the player. It is almost equivalent to pressing the action button on the map,...
This script provides a message code that allows you to change the face that will be displayed in the message box. This allows you to display different faces in the middle of a message....
This script introduces a new command that allows you to tell an event to stop and wait until a certain condition is met before proceeding. RPG Maker comes with a wait command, but that is...