Save-Point
Jaber's Super-Simple Message System - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+------ Forum: Message/Text System (https://www.save-point.org/forum-96.html)
+------ Thread: Jaber's Super-Simple Message System (/thread-6317.html)



Jaber's Super-Simple Message System - Jaberwocky - 04-25-2011

Jaber's Super-Simple Message System
by Jaberwocky
v1.11
Apr 25 2011


This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.

This is an add-on to the default message system that does two things:
1. Allows for more control over the positioning and display of message windows
2. Allows for the display of a face/name in a side window

You just stick it above main and you're done:

>


The 'Change Text Options' event command will no longer have any effect on message windows, but that's okay because it won't be needed anymore.
The features are controlled from a script call by making changes to the new $message variables:

>


[Image: 16krmm1_th.png][Image: 2vl0k12_th.png][Image: 21318oj_th.png]
[Image: n1b7ux_th.png][Image: 29nb3uu_th.png][Image: 2duktw8_th.png]


Changelog
v1.11
-Fixed issue with displaying the same name/face twice in a row

v1.1
-Added small name window
-Improved face window display transitions
-Fixed a bug wherein the face window would be cleared instead of hidden

v1.0
-Initial release