Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Letter by Letter Message Window
#1
Letter by Letter Message Window
by Sheol
Version: 1.11



Last Update
September 8, 2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.

Introduction
This script introduce many new features to the RMXP's message window.


Version History
Version 1.11 (08/09/06)
  • fixed: Smooth autoclose
  • added: Frames before close
  • added: Hide pause graphic
Version 1.1 (16/08/06)
  • fixed: Path
  • added: Picture above message
  • added: Autoclose
  • added: Shadow and Outline text


Features
  • Letter by Letter: you can or not use the letter by letter mode, like in many RPGs.
  • Name box: you can draw the name of someone in a small box above the message window. \name[text]
  • Face: you can draw a face of the one who's speaking. \face[file]
  • Font: you can change the font or size of the text. \f[name]
  • Colours: the message text now can support hexadecimal colours. \c[######]
  • Bold & Italic: now you can draw the text in bold or italic. \b \i
  • Icons: now you can draw icons in the message window. \icon[file]
  • Map name: the message window will be able to draw the name of the current map. \map
  • Over event: the message window can be drawed above any map event or the player. \p[#]
  • Stop: the message window can be stopped until the player press a key. \!
  • Autoclose: the message will close without the player input. \%
  • Shadow and Outline: the text can be drawed with an outline or with a shadow.
  • More features: see the demo to see them.


Script
Script


Instructions
You need paste the code before Main, but below SDK.http://www.creationasylum.net/index.php?showtopic=9480#
Complete Edit
Every command is explained in the demo.

To remove the SDK dependency, delete these lines:
Code:
#------------------------------------------------------------------------------
# SDK log
#------------------------------------------------------------------------------
SDK.log('Letter by Letter Message Window', 'Slipknot', '?.?', '??.??.??')

#------------------------------------------------------------------------------
# Begin SDK Enabled Check
#------------------------------------------------------------------------------
if SDK.state('Letter by Letter Message Window')

Code:
#------------------------------------------------------------------------------
# End SDK Enabled Test
#------------------------------------------------------------------------------
end


Compatibility
This script couldn't work with other message window script.


F.A.Q.

Q: The text doesn't show, how I make it appear?
A: Paste this above Main: Font.default_name = 'Tahoma'

Q: How I can use the name box?
A: With \Name[text], this is explained in the demo.


Author's Notes
Enjoy it, credit me and report any bug.
}


Possibly Related Threads…
Thread Author Replies Views Last Post
  Jaber's Super-Simple Message System Jaberwocky 0 2,486 04-25-2011, 01:00 PM
Last Post: Jaberwocky
  Console Window (HUD) Eradicator 0 2,259 03-27-2008, 01:00 PM
Last Post: Eradicator
  Custom Message Pause Sheol 0 2,205 03-19-2008, 01:00 PM
Last Post: Sheol
  Picture Message Window Chrono Cry 0 2,257 10-12-2007, 01:00 PM
Last Post: Chrono Cry
  Scrolling Message System[ Sheol 0 2,344 05-13-2007, 01:00 PM
Last Post: Sheol



Users browsing this thread: