Template:Visual Text Window VisuStella MZ

From Yanfly.moe Wiki
Revision as of 14:23, 26 March 2021 by Yanfly (talk | contribs) (Text Window Plugin Commands)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

Text Window Plugin Commands

VisualTextWindow Preview1.png

---

VisualTextWindow Command1.png

Text Window: Add/Change Settings
- Adds a newly created visual text window to the scene.
- Or changes an existing one with new settings.

  Required:

    ID:
    - What is the ID of this Visual Text Window to be added/changed?

    Text:
    - What text would you like to display here?
    - Text codes can be used.

    Customized Settings:

      Coordinates:

        X:
        Y:
        - What is the X/Y coordinates of this window?
        - You may use JavaScript code.

        Width:
        Height:
        - What is the width/height of this window?
        - You may use JavaScript code. Type 'auto' to auto-size it.

      Alignment:

        Horizontal:
        - Window alignment based on the X coordinate?
        - This is NOT text alignment.
          - left
          - center
          - right

        Vertical:
        - Window alignment based on the Y coordinate?
        - This is NOT text alignment.
          - top
          - middle
          - bottom

      Appear:

        Auto-Color?
        - Enable Auto-Color for this Visual Text Window?

        Type:
        - How does this window appear on the screen if it was closed before?
          - Instant - Window appears instantly
          - Open - Window opens up

      Background:

        Type:
        - Select background type for this window.
          - Window
          - Dim
          - Transparent

        Opacity:
        - What is this window's background opacity level?
        - You may use JavaScript code.

---

VisualTextWindow Command2.png

Text Window: Refresh
- Refreshes target Visual Text Window(s) on the screen.

  ID(s):
  - Refresh which Visual Text Window(s)?

---

VisualTextWindow Command3.png

Text Window: Remove
- Remove target Visual Text Window(s) and its settings.

  ID(s):
  - Remove which Visual Text Window(s)?

  Removal Type:
  - How does this window disappear from the screen upon removal?
    - Instant - Window disappears instantly
    - Close - Window closes, then removes itself

---