Save-Point
Letter by Letter Message Window - 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: Letter by Letter Message Window (/thread-6318.html)



Letter by Letter Message Window - Sheol - 09-08-2006

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.