じ☆ve冰风 发表于 2026-7-30 12:26:17

SDJB_AltMsgWindow

PluginName: SDJB_AltMsgWindow
Author: ShadowDragon

Setup for Can Walk Away parameter of the event:




Effect when Can Walk Away = true

https://forums.rpgmakerweb.com/attachments/walkaway-gif.350778/


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 ^^

Spoiler: How it works                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))


本贴来自国际rpgmaker官方论坛作者:ShadowDragon处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/sdjb_altmsgwindow.180428/
页: [1]
查看完整版本: SDJB_AltMsgWindow