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 SDJB_WarningAlert
- Original author: ShadowDragon
- Original date: August 4, 2025
- Source thread: https://forums.rpgmakerweb.com/threads/sdjb_warningalert.179360/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugins In Development
Summary
PluginName: SDJB_WarningAlert Author: ShadowDragon { "lightbox_close": "Close",
Archived First Post
PluginName: SDJB_WarningAlert
Author: ShadowDragon
Use a warning alert, you can create as many are needed, each with its
own color, time length, text, and more.
=== 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 REDISTRIBUTE OR SELL IT OR TAKE CODE FOR YOUR OWN.
DO NOT REMOVE THE HEADER.
(it require my base plugin (SDJB_Base) MV ONLY!
Download from itch.io
Author: ShadowDragon
Use a warning alert, you can create as many are needed, each with its
own color, time length, text, and more.
Code:
How it works
͞ ͞ ͞ ͞ ͞ ͞ ͞ ͞ ͞ ͞ ͞ ͞
WARNING: First entry name MUST be "Default", you may configure this
in any way as you like, the Name cannot!
Run a simple Scriptcall which can be on 3 different ways.
CallWarning(); //=> Uses "Default"
CallWarning(1); //=> Uses Index Id entry
CallWarning("Default"); //=> Uses named entry
You can set this below the scriptcall to avoid walking:
this._waitMode = "warning";
Once the warning is over, the player is allowed to walk.
Parameters
͞ ͞ ͞ ͞ ͞ ͞ ͞ ͞ ͞ ͞
Warning List:
Name: => set the name to be used to call if desired
Warn Setting: => set the config for this Name.
Warn Setting:
Text Color: => set the color of the warning and SubText
Main Title: => set the title, (best between 8 and 14 characters).
Main BG Color: => set the background color for the main title
Top Line Color: => set the top line color that shrink down.
Sub Text: => set the sub text, that is on the bottom
Sub BG Color: => set the sub text background color
Bottom Line Color:=> set the sub text line color that shrink down
Timer: => set timer in frames (60 frames = 1 second)
Sound Settings: => set the sound File, Volume, Pitch and Pan.
=== 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 REDISTRIBUTE OR SELL IT OR TAKE CODE FOR YOUR OWN.
DO NOT REMOVE THE HEADER.
(it require my base plugin (SDJB_Base) MV ONLY!
Download from itch.io
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
1
view
Topic Summary
Loading summary...