Author: Hime

Multiple Party Merger 32

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

7

How to Challenge NPC’s to a Card Game

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

Scripted Action Trigger 68

Scripted Action Trigger

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

10

Message Face Control

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

17

Event Wait Command

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