Message Face Control

messageFaceControl1

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.

The message code is customizable so you can choose what code you want to use in case of conflicts with other scripts.

This script can be used in conjunction with other scripts that treat certain face names in a special way. For example, you can use Placeholder Graphics to draw faces based on certain actors or party members.

Download

Script: download here

Patches

Installation

In the script editor, place this script below Materials and above Main

Usage

Use the message code

\MF[name,index]

To change the face that is shown in the message box.

The message code takes a name, which is the name of the face image to use.
It also takes an index, which is the index of the face on the image.

By default, the code is MF and the delimiter is the comma “,”. In the configuration, you can choose the code and delimiter that you want to use for the message code. The delimiter is what separates the name from the index.

Examples

To change the face to the first face in the face sheet, use the code

\MF[actor1,1]

To change to the second face of the same sheet, use

\MF[actor1,2]

Notes

The position where text starts is determined when the page begins. This means that if you initially don’t have a face, but will draw faces later on, you should create an empty face image so the game knows that you’re planning to show faces.

You may also like...

10 Responses

  1. Klubii says:

    Would it be possible for you to make this for MV?

  2. Alphose says:

    I’m sorry for putting this here, but, I wonder if I can change my face graphics to a bigger one, and a lot bigger than the window, like this one; http://www.gdunlimited.net/forums/uploads/monthly_05_2015/post-28377-0-39911500-1431221192.jpg (Mogeko castle (c) Deep-Sea-Prisoner, engine: RPG Maker VX Ace)
    If you can create a script for it, I would like to try it. But I want to set it easily with the Editor or without script. Even if there is a long script needed, I will still try it. Thanks 🙂

  3. vani says:

    what kind face maker did you use?

  4. Arsist says:

    Ooh, this is a cute little thing to add to text boxes.

Leave a Reply to Alphose Cancel reply

Your email address will not be published. Required fields are marked *