[XP] Quick Message System

Started by Hellfire Dragon, July 18, 2009, 12:52:36 pm

Previous topic - Next topic

Hellfire Dragon

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


  • Just change a variable to make a quick message appear



Screenshots
N/A


Demo

Download - Mediafre


Instructions

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

First, set a common event like this,

Spoiler: ShowHide


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


  • Hellfire Dragon



Author's Notes

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