Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: MV/MZ SDJB_AltMsgWindow
- Original author: ShadowDragon
- Original date: October 5, 2025
- Source thread: https://forums.rpgmakerweb.com/threads/sdjb_altmsgwindow.180428/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
PluginName: SDJB_AltMsgWindow Author: ShadowDragon Setup for Can Walk Away parameter of the event: {
Archived First Post
PluginName: SDJB_AltMsgWindow
Author: ShadowDragon
Setup for Can Walk Away parameter of the event:
Effect when Can Walk Away = true
For scrolling effect, read helpfile, as it also have this effect by default, and you
can doesn't have a function to stop it.
this allows your player to just walk away if they accidentally talk again or need
to read a big wall of text, let them walk faster ^^
While I don't own MZ, I'm positive that the functions may be equal, so it works on both.
if not, let me know or tell what to change.
=== TERMS OF USE ===
Free for Non-Commercial and Commercial use when credit is given.
credit one of the following:
ShadowDragon
ShadowDragonJB
=== WARNING ===
YOU ARE NOT ALLOWED TO:
* MODIFY without permission
* EXTEND without permission
* TAKE CODE without permission
* CLAIM AS YOU MADE IT
* REDISTRIBUTE but link back to the forum or itch.io
* SELL this product as standalone.
* DO NOT REMOVE THE HEADER.
Download on itch.io (as it require my SDJB_Base (mini or main))
Author: ShadowDragon
Setup for Can Walk Away parameter of the event:
Effect when Can Walk Away = true
For scrolling effect, read helpfile, as it also have this effect by default, and you
can doesn't have a function to stop it.
this allows your player to just walk away if they accidentally talk again or need
to read a big wall of text, let them walk faster ^^
Code:
* This scrolls the text up inside the message window.
*
* In order to use it, you MUST use a scriptcall, but the downside
* is that it require to use "\n" in it like as follows:
*
* Msg.say("Line 1\nLine 2\nLine 3\nLine 4\nline5\nline6\nline7");
*
* This shows 4 lines at the time (by default),
* line 1 ~ line 4 comes first, scroll off and show after
* line 5 ~ line 7 and scroll out before it closes.
*
* While you can walk away during the message, the message closes.
* An ability to just go without reading the entire wall of text
* till the end!
*
* This does not interupt the default game message.
*
* Alternative, there is a boolean if you use the default message,
* when the parameter "Can Walk Away" is true, you can walk away
* instead of reading the wall of text or when you accidently press
* enter, and have to read it again!
*
* Now you can walk away whenever you want!
While I don't own MZ, I'm positive that the functions may be equal, so it works on both.
if not, let me know or tell what to change.
=== TERMS OF USE ===
Free for Non-Commercial and Commercial use when credit is given.
credit one of the following:
ShadowDragon
ShadowDragonJB
=== WARNING ===
YOU ARE NOT ALLOWED TO:
* MODIFY without permission
* EXTEND without permission
* TAKE CODE without permission
* CLAIM AS YOU MADE IT
* REDISTRIBUTE but link back to the forum or itch.io
* SELL this product as standalone.
* DO NOT REMOVE THE HEADER.
Download on itch.io (as it require my SDJB_Base (mini or main))
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
=== TERMS OF USE === Free for Non-Commercial and Commercial use when credit is given. credit one of the following: ShadowDragon
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
2
views
Topic Summary
Loading summary...