Chaos Project

RPG Maker => Event Systems => Event System Database => Topic started by: Hellfire Dragon on July 18, 2009, 12:52:36 pm

Title: [XP] Quick Message System
Post by: Hellfire Dragon on July 18, 2009, 12:52:36 pm
Quick Message System
Version: 1.0
Type: Message Add-On



Introduction

I usually have a message pop up at the top of the screen to inform the player of something, ie "A New Quest Has Been Added To Your Journal" so instead of making it change the windowskin, move the text box and change them back every time, I made a common event to do it.


Features




Screenshots
N/A


Demo

Download - Mediafre (http://www.mediafire.com/?nmizzo1jmmv)


Instructions

If you don't want to download the demo look at this.

First, set a common event like this,

Spoiler: ShowHide
(http://img220.imageshack.us/img220/3449/81415538.png)


Next, in the event that calls the common event, use this call script befire you call the common event, $game_variables[ID] = 'MESSAGE_HERE'
Just replace ID with the ID of the message variable

Simple.


Credits and Thanks




Author's Notes

Nothing really :P I find this useful for small messages like the example in the Introduction and door unlocked, etc.