Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Destination Window - DestinationWindow.js
Plugin desc : Action Objective Window Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/DestinationWindow.js
File name : DestinationWindow.js
Help of plugin :
@url https://triacontane.blogspot.com/
@plugindesc Action Objective Window Plugin
@author Triacontane
@license MIT License
@help
English Help Translator: munokura
This is an unofficial English translation of the plugin help,
created to support global RPG Maker users.
Feedback is welcome to improve translation quality
(see: https://github.com/munokura/triacontane-MV-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----
Displays the action goal window on the map.
You can display any text, including control characters, making it useful
for a variety of purposes.
The content displayed is controlled by the plugin command, and its display
is controlled by a switch.
When auto-adjustment is enabled, the text will automatically adjust if it
does not fit in the window.
However, the following control characters will be disabled:
¥i[n], ¥c[n], ¥{, ¥}
To display a multi-line goal, insert a line break (¥n) within the text.
Plugin Command Details
Execute from the "Plugin Command" event command.
(Parameters are separated by a space.)
DW_SET_DESTINATION aaa # Set the action goal to "aaa."note
DW_SET_DESTINATION_WITH_ICON 1 aaa # Set the action goal with icon [1].
The destination window will be hidden for maps that meet any of the
following conditions:
- The map has an ID specified in the plugin parameter
NoDestinationWindowMapIds
- The map's Note field contains <NoDestinationWindow>
Terms of Use:
You may modify and redistribute this plugin without permission from the
author, and there are no restrictions on its use (commercial, 18+, etc.).
This plugin is now yours.
@param ShowingSwitchId
@desc The switch ID that displays the action goal window.
@type switch
@default 1
@param CloseEventRunning
@desc Close the window while the event is running.
@type boolean
@default true
@param WindowX
@desc The X width of the window.
@type number
@default 24
@param WindowY
@desc The Y width of the window.
@type number
@default 24
@param WindowWidth
@desc The width of the window.
@type number
@default 320
@param WindowOpacity
@desc The window opacity.
@type number
@default 255
@param WindowSkin
@desc The file name of the window skin (img/system). No extension needed.
@type file
@require 1
@dir img/system/
@param FadeFrame
@desc The window fade-in and fade-out time (in frames).
@type number
@default 8
@param FontSize
@desc The window font size.
@type number
@default 22
@param ShowingInMenu
@desc The action goal window will also be displayed on the menu screen, but the coordinates and size will be adjusted automatically.
@type boolean
@default false
@param AutoAdjust
@desc If the specified string does not fit in the window, it will be automatically adjusted. However, some control characters cannot be used.
@type boolean
@default true
@param ShowingFrames
@desc The number of frames the behavior goal window will be displayed in. If you specify 0, it will be displayed at all times.
@type number
@default 0
@param TextAlign
@desc The alignment of the string.
@type select
@default 0
@option Left-justified
@value 0
@option Centered
@value 1
@option Right-justified
@value 2
@param NoDestinationWindowMapIds
@text Hidden Map List
@desc List of map IDs to hide
@type number[]
@default []