Welcome to PGMZ! 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://github.com/triacontane/RPGMakerMV/tree/mz_master/DestinationWindow.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/DestinationWindow.js
File name : DestinationWindow.js
Help of plugin :
@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/DestinationWindow.js
@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-MZ-plugins ).
Original plugin by Triacontane.
Please check the latest official version at:
https://triacontane.blogspot.com
-----
Displays a destination window within the map.
You can display any text, including control characters, making it useful for a
variety of purposes.
The content displayed is determined by the plugin command, and its visibility
is controlled by a switch.
When auto-adjustment is enabled, the text will automatically adjust to fit
within the window.
However, the following control characters will be disabled:
¥i[n], ¥c[n], ¥{, ¥}
The destination window will be hidden on maps that meet any of the following
conditions:
- The map has an ID specified by the plugin parameter
noDestinationWindowMapIds
- The map’s memo field contains <noDestinationWindow>
This plugin requires the base plugin ”PluginCommonBase.js.”
”PluginCommonBase.js” is located in the following folder under the RPG Maker
MZ installation folder:
dlc/BasicResources/plugins/official
Terms of Use:
Modification and redistribution are permitted without permission from the
author, and there are no restrictions on usage (commercial, 18+, etc.)
This plugin is now yours.
@param showingSwitchId
@text Display Switch ID
@desc The switch ID for which the behavior goal window will be displayed. If 0 is specified, it will be displayed unconditionally.
@type switch
@default 0
@param closeEventRunning
@text Closed during the event
@desc Close the window while the event is running.
@type boolean
@default true
@param windowX
@text Window X coordinate
@desc The x-width of the window.
@type number
@default 24
@param windowY
@text Window Y coordinate
@desc The Y width of the window.
@type number
@default 24
@param windowWidth
@text Window Width
@desc The width of the window.
@type number
@default 320
@param windowOpacity
@text Window Opacity
@desc The window opacity.
@type number
@default 255
@param windowSkin
@text Window Skin Name
@desc The file name of the window skin (img/system). No extension needed.
@type file
@require 1
@dir img/system/
@param windowBack
@text Window Background
@desc The window background type.
@type select
@default 0
@option window
@value 0
@option Darken
@value 1
@option transparent
@value 2
@param windowBackMenu
@text Window background (menu)
@desc The background type of the window (for displaying the menu screen).
@type select
@default 0
@option window
@value 0
@option Darken
@value 1
@option transparent
@value 2
@param fadeFrame
@text Fade Time
@desc The window fade-in and fade-out time (in frames).
@type number
@default 8
@param fontSize
@text Font size
@desc The window font size.
@type number
@default 22
@param showingInMenu
@text Display on the menu screen
@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
@text automatic adjustment
@desc If the specified string does not fit in the window, it will be automatically adjusted. However, some control characters will not be available.
@type boolean
@default false
@param showingFrames
@text Number of display frames
@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 icon
@default 0
@param textAlign
@text Text justification
@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 ID List
@desc A list of map IDs you want to hide
@type number[]
@default []
@command SET_DESTINATION
@text goal setting
@desc Set behavioral goals.
@arg destination
@text Behavioral goals
@desc It is a behavioral goal.
@type multiline_string
@arg icon
@text icon
@desc The icon number to be displayed at the beginning of the action goal.
@type icon